[oe-commits] Koen Kooi : alsa-lib 1.0.20: enable static lib as well

git version control git at git.openembedded.org
Thu Jan 28 14:01:01 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: da2b6d236963f42d05a71e3870342c44e26455dd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=da2b6d236963f42d05a71e3870342c44e26455dd

Author: Koen Kooi <k-kooi at ti.com>
Date:   Tue Jan 19 13:02:03 2010 +0100

alsa-lib 1.0.20: enable static lib as well

---

 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 b21a890..6e61b40 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.*"





More information about the Openembedded-commits mailing list