alsa-lib: fix packaging
authorKoen Kooi <koen@openembedded.org>
Wed, 23 Aug 2006 20:38:43 +0000 (20:38 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 23 Aug 2006 20:38:43 +0000 (20:38 +0000)
* debug files in -dbg
* aserver in alsa-server
* shlib renaming works again

packages/alsa/alsa-lib_1.0.11.bb

index fbf1442..ebfd793 100644 (file)
@@ -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}"