mirror of
https://git.yoctoproject.org/poky
synced 2026-04-15 21:32:13 +02:00
bluez5: remove alsa from PACKAGECONFIG
The PACKAGECONFIG[alsa] had been removed when upgraded to 5.12 since it was not supported any more. (From OE-Core rev: 503c7025522baa1b70336f84a26a15896e3303f3) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
695279b86d
commit
00a3872b8e
@@ -12,7 +12,7 @@ RPROVIDES_${PN} += "bluez-hcidump"
|
||||
|
||||
RCONFLICTS_${PN} = "bluez4"
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} obex-profiles"
|
||||
PACKAGECONFIG ??= "obex-profiles"
|
||||
PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical"
|
||||
PACKAGECONFIG[experimental] = "--enable-experimental,--disable-experimental,"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user