[oe-commits] Peter A. Bigot : bluez5: support experimental through PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Thu Dec 11 11:35:16 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: df4fcc54d605fa0bf345ad54bc898505160198b0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=df4fcc54d605fa0bf345ad54bc898505160198b0

Author: Peter A. Bigot <pab at pabigot.com>
Date:   Mon Nov  3 11:47:03 2014 -0600

bluez5: support experimental through PACKAGECONFIG

Make it simple to enable the experimental plugins and tools.

Signed-off-by: Peter A. Bigot <pab at pabigot.com>

---

 meta/recipes-connectivity/bluez5/bluez5.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index d9b6492..67aafbb 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 \



More information about the Openembedded-commits mailing list