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.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index df42c88b9d..13fd600296 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -18,10 +18,11 @@ 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://init \
21" 22"
22S = "${WORKDIR}/bluez-${PV}" 23S = "${WORKDIR}/bluez-${PV}"
23 24
24inherit autotools-brokensep pkgconfig systemd 25inherit autotools-brokensep pkgconfig systemd update-rc.d
25 26
26EXTRA_OECONF = "\ 27EXTRA_OECONF = "\
27 --enable-tools \ 28 --enable-tools \
@@ -42,6 +43,9 @@ NOINST_TOOLS = " \
42" 43"
43 44
44do_install_append() { 45do_install_append() {
46 install -d ${D}${INIT_D_DIR}
47 install -m 0755 ${WORKDIR}/init ${D}${INIT_D_DIR}/bluetooth
48
45 install -d ${D}${sysconfdir}/bluetooth/ 49 install -d ${D}${sysconfdir}/bluetooth/
46 if [ -f ${S}/profiles/audio/audio.conf ]; then 50 if [ -f ${S}/profiles/audio/audio.conf ]; then
47 install -m 0644 ${S}/profiles/audio/audio.conf ${D}/${sysconfdir}/bluetooth/ 51 install -m 0644 ${S}/profiles/audio/audio.conf ${D}/${sysconfdir}/bluetooth/
@@ -100,5 +104,7 @@ FILES_${PN}-dbg += "\
100RDEPENDS_${PN}-testtools += "python python-dbus python-pygobject" 104RDEPENDS_${PN}-testtools += "python python-dbus python-pygobject"
101 105
102SYSTEMD_SERVICE_${PN} = "bluetooth.service" 106SYSTEMD_SERVICE_${PN} = "bluetooth.service"
107INITSCRIPT_PACKAGES = "${PN}"
108INITSCRIPT_NAME_${PN} = "bluetooth"
103 109
104EXCLUDE_FROM_WORLD = "1" 110EXCLUDE_FROM_WORLD = "1"