diff options
author | Peter A. Bigot <pab@pabigot.com> | 2014-11-03 11:47:03 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-11 11:34:56 +0000 |
commit | 93f37548354fc3d17715be061979ece3f5f94ce3 (patch) | |
tree | 71cc93ca174b100ec39b0c604138302a61902526 /meta | |
parent | 360064a5040ad5b9db2d195e18774301a8b2688d (diff) | |
download | poky-93f37548354fc3d17715be061979ece3f5f94ce3.tar.gz |
bluez5: support experimental through PACKAGECONFIG
Make it simple to enable the experimental plugins and tools.
(From OE-Core rev: df4fcc54d605fa0bf345ad54bc898505160198b0)
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index d9b649258e..67aafbbd6f 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -14,6 +14,7 @@ RCONFLICTS_${PN} = "bluez4" | |||
14 | 14 | ||
15 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} obex-profiles" | 15 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} obex-profiles" |
16 | PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical" | 16 | PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical" |
17 | PACKAGECONFIG[experimental] = "--enable-experimental,--disable-experimental," | ||
17 | 18 | ||
18 | SRC_URI = "\ | 19 | SRC_URI = "\ |
19 | ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ | 20 | ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ |