From aec6bc94a3fa2a97c78e5f686363f517d0640d61 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Sat, 28 Dec 2013 10:01:49 +0800 Subject: 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. (From OE-Core rev: ba2901ca9de118d92abe63ac78fa3652ffa66ee7) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- 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 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 " -- cgit v1.2.3-54-g00ecf