diff options
Diffstat (limited to 'recipes/alsa')
-rw-r--r-- | recipes/alsa/alsa-lib_1.0.20.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/recipes/alsa/alsa-lib_1.0.20.bb b/recipes/alsa/alsa-lib_1.0.20.bb index b21a890fd9..6e61b4040b 100644 --- a/recipes/alsa/alsa-lib_1.0.20.bb +++ b/recipes/alsa/alsa-lib_1.0.20.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Alsa sound library" HOMEPAGE = "http://www.alsa-project.org" SECTION = "libs/multimedia" LICENSE = "LGPL" -PR = "r2" +PR = "r3" # configure.in sets -D__arm__ on the command line for any arm system # (not just those with the ARM instruction set), this should be removed, @@ -18,7 +18,7 @@ SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ inherit autotools pkgconfig -EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes --disable-python" +EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes --disable-python --enable-shared --enable-static" require alsa-fpu.inc @@ -29,10 +29,6 @@ require alsa-versym.inc EXTRA_OECONF += "${@get_alsa_versym_setting(bb, d)} " -do_stage () { - autotools_stage_all -} - PACKAGES =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc alsa-dev" FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*" FILES_libasound = "${libdir}/libasound.so.*" |