diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-09-23 00:38:29 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-09-23 00:38:29 +0000 |
commit | efa3492c6eaa112592e4d835310cf6d18a849eae (patch) | |
tree | 576432fcac54aaa5a49102e1229d979ddf2c0ee9 /packages/alsa/alsa-lib_1.0.14.bb | |
parent | 1c259e381f897d199abc66f6237aeb8542779468 (diff) | |
parent | e08f51149bd655e670114418f1f873d93d938fd2 (diff) |
merge of '68c1dba00e182241b1e887487fb3c8271f9c0d01'
and '954ad99909199c0ef7c0d21819dce8c20cf40c64'
Diffstat (limited to 'packages/alsa/alsa-lib_1.0.14.bb')
-rw-r--r-- | packages/alsa/alsa-lib_1.0.14.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/alsa/alsa-lib_1.0.14.bb b/packages/alsa/alsa-lib_1.0.14.bb index de805b9a4b..ba46342ae7 100644 --- a/packages/alsa/alsa-lib_1.0.14.bb +++ b/packages/alsa/alsa-lib_1.0.14.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.alsa-project.org" SECTION = "libs/multimedia" LICENSE = "GPL" -PR = "r1" +PR = "r2" # 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, @@ -17,6 +17,9 @@ SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ inherit autotools pkgconfig +require alsa-fpu.inc +EXTRA_OECONF += "${@get_alsa_fpu_setting(bb, d)} " + EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes" do_stage () { |