diff options
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 2b832efa2c..fa6f08b64d 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -10,7 +10,7 @@ DEPENDS = "udev libusb dbus-glib glib-2.0 libcheck readline" | |||
10 | 10 | ||
11 | RCONFLICTS_${PN} = "bluez4" | 11 | RCONFLICTS_${PN} = "bluez4" |
12 | 12 | ||
13 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} obex-profiles" | 13 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} obex-profiles" |
14 | PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical" | 14 | PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical" |
15 | 15 | ||
16 | SRC_URI = "\ | 16 | SRC_URI = "\ |
@@ -26,7 +26,7 @@ EXTRA_OECONF = "\ | |||
26 | --disable-cups \ | 26 | --disable-cups \ |
27 | --enable-test \ | 27 | --enable-test \ |
28 | --enable-datafiles \ | 28 | --enable-datafiles \ |
29 | ${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '--disable-systemd', d)} \ | 29 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '--disable-systemd', d)} \ |
30 | --enable-library \ | 30 | --enable-library \ |
31 | " | 31 | " |
32 | 32 | ||