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:26:07 +0000 |
commit | df4fcc54d605fa0bf345ad54bc898505160198b0 (patch) | |
tree | 9488e8295eb000fce1783950a22cf21c89e408e4 /meta | |
parent | b5f6121dadebc9d854e0791dff466adbc8360d67 (diff) | |
download | openembedded-core-contrib-df4fcc54d605fa0bf345ad54bc898505160198b0.tar.gz |
bluez5: support experimental through PACKAGECONFIG
Make it simple to enable the experimental plugins and tools.
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
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 d9b649258e4..67aafbbd6fc 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc @@ -14,6 +14,7 @@ RCONFLICTS_${PN} = "bluez4" PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} obex-profiles" PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical" +PACKAGECONFIG[experimental] = "--enable-experimental,--disable-experimental," SRC_URI = "\ ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ |