From: Marc Ferland Date: Tue, 25 Apr 2017 14:48:39 +0000 (-0400) Subject: bluez5: do not install audio.conf X-Git-Tag: uninative-1.7~886 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4354fcad22322a80375668bc1beaac9219291136;p=openembedded-core.git bluez5: do not install audio.conf The audio.conf file has been removed, stop installing it. Signed-off-by: Marc Ferland Signed-off-by: Ross Burton --- diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index c8a240fc45..47d8f22d33 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc @@ -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