summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5/bluez5.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/bluez5/bluez5.inc')
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 039c44354e..df42c88b9d 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -18,7 +18,6 @@ PACKAGECONFIG[experimental] = "--enable-experimental,--disable-experimental,"
18 18
19SRC_URI = "\ 19SRC_URI = "\
20 ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ 20 ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \
21 file://bluetooth.conf \
22" 21"
23S = "${WORKDIR}/bluez-${PV}" 22S = "${WORKDIR}/bluez-${PV}"
24 23
@@ -53,8 +52,8 @@ do_install_append() {
53 if [ -f ${S}/profiles/input/input.conf ]; then 52 if [ -f ${S}/profiles/input/input.conf ]; then
54 install -m 0644 ${S}/profiles/input/input.conf ${D}/${sysconfdir}/bluetooth/ 53 install -m 0644 ${S}/profiles/input/input.conf ${D}/${sysconfdir}/bluetooth/
55 fi 54 fi
56 # at_console doesn't really work with the current state of OE, so punch some more holes so people can actually use BT 55
57 install -m 0644 ${WORKDIR}/bluetooth.conf ${D}/${sysconfdir}/dbus-1/system.d/ 56 install -m 0644 ${S}/src/bluetooth.conf ${D}/${sysconfdir}/dbus-1/system.d/
58 57
59 # Install desired tools that upstream leaves in build area 58 # Install desired tools that upstream leaves in build area
60 for f in ${NOINST_TOOLS} ; do 59 for f in ${NOINST_TOOLS} ; do