aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2013-12-28 10:01:49 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 10:41:58 +0000
commitba2901ca9de118d92abe63ac78fa3652ffa66ee7 (patch)
tree3191aa1048f126e57fb13c8199acc01590a15c25
parent4c75b4f973b156bfeabedbe79a7bcfaaf9fe5bfa (diff)
downloadopenembedded-core-contrib-ba2901ca9de118d92abe63ac78fa3652ffa66ee7.tar.gz
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@windriver.com>
-rw-r--r--meta/recipes-multimedia/alsa/alsa-lib_1.0.27.2.bb2
1 files changed, 1 insertions, 1 deletions
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 0e1ea76033..0087fafaca 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 "