mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
360064a504
commit
93f3754835
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user