]> code.ossystems Code Review - openembedded-core.git/commitdiff
bluez5: do not install audio.conf
authorMarc Ferland <ferlandm@amotus.ca>
Tue, 25 Apr 2017 14:48:39 +0000 (10:48 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 May 2017 13:08:16 +0000 (14:08 +0100)
The audio.conf file has been removed, stop installing it.

Signed-off-by: Marc Ferland <ferlandm@amotus.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/bluez5/bluez5.inc

index c8a240fc45e320fe6a5610651c5e1c5c128cc8f5..47d8f22d33eb03980f18e8e990cc11f3f1520512 100644 (file)
@@ -56,9 +56,6 @@ do_install_append() {
        install -m 0755 ${WORKDIR}/init ${D}${INIT_D_DIR}/bluetooth
 
        install -d ${D}${sysconfdir}/bluetooth/
-       if [ -f ${S}/profiles/audio/audio.conf ]; then
-           install -m 0644 ${S}/profiles/audio/audio.conf ${D}/${sysconfdir}/bluetooth/
-       fi
        if [ -f ${S}/profiles/network/network.conf ]; then
            install -m 0644 ${S}/profiles/network/network.conf ${D}/${sysconfdir}/bluetooth/
        fi