]> code.ossystems Code Review - openembedded-core.git/commitdiff
alsa-lib: remove unrecognised options
authorRobert Yang <liezhi.yang@windriver.com>
Sat, 28 Dec 2013 02:01:49 +0000 (10:01 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 10:41:58 +0000 (10:41 +0000)
Remove --with-cards and --with-oss, they are never in alsa-lib, but in
alsa-driver, and the --with-cards had also been dropped from
alsa-driver.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-multimedia/alsa/alsa-lib_1.0.27.2.bb

index 0e1ea76033f255226d4b6cc01f65ab28d5fc5563..0087fafaca67a5d587818e259f90316cc38a7ecc 100644 (file)
@@ -27,7 +27,7 @@ inherit autotools pkgconfig
 require alsa-fpu.inc
 EXTRA_OECONF += "${@get_alsa_fpu_setting(bb, d)} "
 
-EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes --disable-python"
+EXTRA_OECONF = "--disable-python"
 
 EXTRA_OECONF_append_libc-uclibc = " --with-versioned=no "