diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 3 |
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 |