diff options
Diffstat (limited to 'meta/packages/alsa/alsa-lib_1.0.20.bb')
-rw-r--r-- | meta/packages/alsa/alsa-lib_1.0.20.bb | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/meta/packages/alsa/alsa-lib_1.0.20.bb b/meta/packages/alsa/alsa-lib_1.0.20.bb index d4bf79eb5b..fe910ec59d 100644 --- a/meta/packages/alsa/alsa-lib_1.0.20.bb +++ b/meta/packages/alsa/alsa-lib_1.0.20.bb | |||
@@ -2,6 +2,7 @@ DESCRIPTION = "Alsa sound library" | |||
2 | HOMEPAGE = "http://www.alsa-project.org" | 2 | HOMEPAGE = "http://www.alsa-project.org" |
3 | SECTION = "libs/multimedia" | 3 | SECTION = "libs/multimedia" |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | PR = "r1" | ||
5 | 6 | ||
6 | # configure.in sets -D__arm__ on the command line for any arm system | 7 | # configure.in sets -D__arm__ on the command line for any arm system |
7 | # (not just those with the ARM instruction set), this should be removed, | 8 | # (not just those with the ARM instruction set), this should be removed, |
@@ -12,22 +13,13 @@ ARM_INSTRUCTION_SET = "arm" | |||
12 | SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ | 13 | SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ |
13 | file://fix-tstamp-declaration.patch;patch=1" | 14 | file://fix-tstamp-declaration.patch;patch=1" |
14 | 15 | ||
15 | inherit autotools pkgconfig | 16 | inherit autotools_stage pkgconfig |
16 | 17 | ||
17 | require alsa-fpu.inc | 18 | require alsa-fpu.inc |
18 | EXTRA_OECONF += "${@get_alsa_fpu_setting(bb, d)} " | 19 | EXTRA_OECONF += "${@get_alsa_fpu_setting(bb, d)} " |
19 | 20 | ||
20 | EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes --disable-python" | 21 | EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes --disable-python" |
21 | 22 | ||
22 | do_stage () { | ||
23 | oe_libinstall -so -C src libasound ${STAGING_LIBDIR}/ | ||
24 | install -d ${STAGING_INCDIR}/alsa/sound | ||
25 | install -m 0644 include/*.h ${STAGING_INCDIR}/alsa/ | ||
26 | #install -m 0644 include/sound/ainstr*.h ${STAGING_INCDIR}/alsa/sound/ | ||
27 | install -d ${STAGING_DATADIR}/aclocal | ||
28 | install -m 0644 utils/alsa.m4 ${STAGING_DATADIR}/aclocal/ | ||
29 | } | ||
30 | |||
31 | PACKAGES =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc alsa-dev" | 23 | PACKAGES =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc alsa-dev" |
32 | FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*" | 24 | FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*" |
33 | FILES_libasound = "${libdir}/libasound.so.*" | 25 | FILES_libasound = "${libdir}/libasound.so.*" |