]> code.ossystems Code Review - openembedded-core.git/commitdiff
bluez5: remove alsa from PACKAGECONFIG
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 11 Jun 2015 09:08:42 +0000 (02:08 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jun 2015 10:38:11 +0000 (11:38 +0100)
The PACKAGECONFIG[alsa] had been removed when upgraded to 5.12 since it
was not supported any more.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/bluez5/bluez5.inc

index 67aafbbd6fc5190225b02a944c5bb9c3d1bd2b41..ae9402f86763e54f3edfbb87b33d9949b618b1a8 100644 (file)
@@ -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,"