diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-23 20:38:43 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-23 20:38:43 +0000 |
commit | f717ee088a466889c765947fb06558deae99c0a5 (patch) | |
tree | 31592c2ccfbe8c321995f162a1c7068c674f49eb /packages/alsa | |
parent | eb2a5422d1b7cb56ce54cb68de7b37a7ce73fbff (diff) |
alsa-lib: fix packaging
* debug files in -dbg
* aserver in alsa-server
* shlib renaming works again
Diffstat (limited to 'packages/alsa')
-rw-r--r-- | packages/alsa/alsa-lib_1.0.11.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/alsa/alsa-lib_1.0.11.bb b/packages/alsa/alsa-lib_1.0.11.bb index fbf1442771..ebfd793f9b 100644 --- a/packages/alsa/alsa-lib_1.0.11.bb +++ b/packages/alsa/alsa-lib_1.0.11.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Alsa sound library" HOMEPAGE = "http://www.alsa-project.org" SECTION = "libs/multimedia" LICENSE = "GPL" -PR = "r0" +PR = "r1" # 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, @@ -25,8 +25,9 @@ do_stage() { install -m 0644 utils/alsa.m4 ${STAGING_DATADIR}/aclocal/ } -PACKAGES += "libasound alsa-server alsa-conf alsa-doc alsa-dev" +PACKAGES =+ "alsa-server libasound alsa-conf alsa-doc alsa-dev" PACKAGES_DYNAMIC = "libasound*" +FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*" FILES_libasound = "${libdir}/libasound.so*" FILES_alsa-server = "${bindir}" FILES_alsa-conf = "${datadir}" |