From: Robert Yang Date: Sat, 28 Dec 2013 02:01:49 +0000 (+0800) Subject: alsa-lib: remove unrecognised options X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~35041 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba2901ca9de118d92abe63ac78fa3652ffa66ee7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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 0e1ea76033f..0087fafaca6 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 "