diff options
author | Marc Ferland <ferlandm@amotus.ca> | 2017-04-25 10:48:37 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-16 14:08:29 +0100 |
commit | 8970a40839f834583a37b9dc465564f94a171a75 (patch) | |
tree | e5366c2db3f62bac216e3c53168c3b5266820e02 /meta/recipes-connectivity/bluez5/bluez5.inc | |
parent | 49530170ece7f5cbe0b985e1b861eea1aec36f4c (diff) | |
download | poky-8970a40839f834583a37b9dc465564f94a171a75.tar.gz |
bluez5: add PACKAGECONFIG option for systemd
(From OE-Core rev: 3eb9a546c0eae4a5ea8526445ba0bf1e7ed5517e)
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/bluez5.inc')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 4 |
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 | ||
13 | RCONFLICTS_${PN} = "bluez4" | 13 | RCONFLICTS_${PN} = "bluez4" |
14 | 14 | ||
15 | PACKAGECONFIG ??= "obex-profiles readline" | 15 | PACKAGECONFIG ??= "obex-profiles readline ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
16 | PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical" | 16 | PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical" |
17 | PACKAGECONFIG[readline] = "--enable-client,--disable-client,readline," | 17 | PACKAGECONFIG[readline] = "--enable-client,--disable-client,readline," |
18 | PACKAGECONFIG[testing] = "--enable-testing,--disable-testing" | 18 | PACKAGECONFIG[testing] = "--enable-testing,--disable-testing" |
19 | PACKAGECONFIG[midi] = "--enable-midi,--disable-midi,alsa-lib" | 19 | PACKAGECONFIG[midi] = "--enable-midi,--disable-midi,alsa-lib" |
20 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd" | ||
20 | 21 | ||
21 | SRC_URI = "\ | 22 | SRC_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 | ||