diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 15:52:39 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 15:52:39 +0100 |
commit | 5009d0b5d532227487ed9e5ff99f80f07015afa7 (patch) | |
tree | 4da3b7f5567ca0b5ae5568bac69d4debf31a0d60 | |
parent | 6f8d9edfee0f5fcf608089451aa2724439e06dfd (diff) | |
download | poky-5009d0b5d532227487ed9e5ff99f80f07015afa7.tar.gz |
alsa-lib: Convert to use autotools_stage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-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.*" |