diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-07-21 11:38:32 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-07-21 11:38:32 +0000 |
commit | b56be2db834164a767740da4b63ee35c42164086 (patch) | |
tree | 611333460a7d42b461ae975d18b5609fd223b9f4 /packages/alsa/alsa-lib_1.0.15.bb | |
parent | 4f512b95406a1e0354cb64ce4e679c6ed1437b17 (diff) | |
parent | bacf7fec4317a33c54f60e59032b4dc4f9e264d0 (diff) |
merge of 'a153d288427652523d9cf6ef78faccfc723035d5'
and 'd910c68cbd1dafb9c6b77187abde5e456d8606e9'
Diffstat (limited to 'packages/alsa/alsa-lib_1.0.15.bb')
-rw-r--r-- | packages/alsa/alsa-lib_1.0.15.bb | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/packages/alsa/alsa-lib_1.0.15.bb b/packages/alsa/alsa-lib_1.0.15.bb index 60b44dbc8e..399352f299 100644 --- a/packages/alsa/alsa-lib_1.0.15.bb +++ b/packages/alsa/alsa-lib_1.0.15.bb @@ -2,6 +2,7 @@ DESCRIPTION = "Alsa sound library" HOMEPAGE = "http://www.alsa-project.org" SECTION = "libs/multimedia" LICENSE = "GPL" +PR = "1" # 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, @@ -10,14 +11,23 @@ LICENSE = "GPL" ARM_INSTRUCTION_SET = "arm" SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ - file://fix-tstamp-declaration.patch;patch=1" + file://fix-tstamp-declaration.patch;patch=1 \ + file://fix_libmath.patch;patch=1 \ + " inherit autotools pkgconfig + +EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes --disable-python" + + require alsa-fpu.inc EXTRA_OECONF += "${@get_alsa_fpu_setting(bb, d)} " -EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes --disable-python" + +require alsa-versym.inc +EXTRA_OECONF += "${@get_alsa_versym_setting(bb, d)} " + do_stage () { oe_libinstall -so -C src libasound ${STAGING_LIBDIR}/ |