summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/bluez5')
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 687656ed78..71a50161bd 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -12,11 +12,12 @@ RPROVIDES_${PN} += "bluez-hcidump"
12 12
13RCONFLICTS_${PN} = "bluez4" 13RCONFLICTS_${PN} = "bluez4"
14 14
15PACKAGECONFIG ??= "obex-profiles readline" 15PACKAGECONFIG ??= "obex-profiles readline ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
16PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical" 16PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical"
17PACKAGECONFIG[readline] = "--enable-client,--disable-client,readline," 17PACKAGECONFIG[readline] = "--enable-client,--disable-client,readline,"
18PACKAGECONFIG[testing] = "--enable-testing,--disable-testing" 18PACKAGECONFIG[testing] = "--enable-testing,--disable-testing"
19PACKAGECONFIG[midi] = "--enable-midi,--disable-midi,alsa-lib" 19PACKAGECONFIG[midi] = "--enable-midi,--disable-midi,alsa-lib"
20PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd"
20 21
21SRC_URI = "\ 22SRC_URI = "\
22 ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ 23 ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \
@@ -36,7 +37,6 @@ EXTRA_OECONF = "\
36 --disable-cups \ 37 --disable-cups \
37 --enable-test \ 38 --enable-test \
38 --enable-datafiles \ 39 --enable-datafiles \
39 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--enable-systemd', '--disable-systemd', d)} \
40 --enable-library \ 40 --enable-library \
41" 41"
42 42