[oe-commits] Robert Yang : alsa-lib: remove unrecognised options

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 12:53:23 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: ba2901ca9de118d92abe63ac78fa3652ffa66ee7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ba2901ca9de118d92abe63ac78fa3652ffa66ee7

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sat Dec 28 10:01:49 2013 +0800

alsa-lib: remove unrecognised options

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 at windriver.com>

---

 meta/recipes-multimedia/alsa/alsa-lib_1.0.27.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.0.27.2.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.0.27.2.bb
index 0e1ea76..0087faf 100644
--- a/meta/recipes-multimedia/alsa/alsa-lib_1.0.27.2.bb
+++ b/meta/recipes-multimedia/alsa/alsa-lib_1.0.27.2.bb
@@ -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 "
 



More information about the Openembedded-commits mailing list