summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5
diff options
context:
space:
mode:
authorMarc Ferland <ferlandm@amotus.ca>2017-04-25 10:48:39 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-16 14:08:29 +0100
commit934087843e3fd2c8836cb9ee7f04580775adb55b (patch)
treee20c3f166ddb5dd8d1986d76ac8e6ebf2681a561 /meta/recipes-connectivity/bluez5
parentc99e6b4505ee7a53ff5ccf9a7eacf0b1cb52a717 (diff)
downloadpoky-934087843e3fd2c8836cb9ee7f04580775adb55b.tar.gz
bluez5: do not install audio.conf
The audio.conf file has been removed, stop installing it. (From OE-Core rev: 4354fcad22322a80375668bc1beaac9219291136) Signed-off-by: Marc Ferland <ferlandm@amotus.ca> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez5')
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5.inc3
1 files changed, 0 insertions, 3 deletions
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() {
56 install -m 0755 ${WORKDIR}/init ${D}${INIT_D_DIR}/bluetooth 56 install -m 0755 ${WORKDIR}/init ${D}${INIT_D_DIR}/bluetooth
57 57
58 install -d ${D}${sysconfdir}/bluetooth/ 58 install -d ${D}${sysconfdir}/bluetooth/
59 if [ -f ${S}/profiles/audio/audio.conf ]; then
60 install -m 0644 ${S}/profiles/audio/audio.conf ${D}/${sysconfdir}/bluetooth/
61 fi
62 if [ -f ${S}/profiles/network/network.conf ]; then 59 if [ -f ${S}/profiles/network/network.conf ]; then
63 install -m 0644 ${S}/profiles/network/network.conf ${D}/${sysconfdir}/bluetooth/ 60 install -m 0644 ${S}/profiles/network/network.conf ${D}/${sysconfdir}/bluetooth/
64 fi 61 fi