]> code.ossystems Code Review - openembedded-core.git/commitdiff
bluez5: support experimental through PACKAGECONFIG
authorPeter A. Bigot <pab@pabigot.com>
Mon, 3 Nov 2014 17:47:03 +0000 (11:47 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Dec 2014 11:26:07 +0000 (11:26 +0000)
Make it simple to enable the experimental plugins and tools.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
meta/recipes-connectivity/bluez5/bluez5.inc

index d9b649258e4cec9923a2a096d514a966186bc4ab..67aafbbd6fc5190225b02a944c5bb9c3d1bd2b41 100644 (file)
@@ -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 \