[oe-commits] Koen Kooi : libcanberra: fix packaging and DEPENDS

GIT User account git at amethyst.openembedded.net
Sun May 10 12:01:32 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 28bac40e6c1bde11de63deda391624ed6dfff3f1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=28bac40e6c1bde11de63deda391624ed6dfff3f1

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun May 10 13:52:41 2009 +0200

libcanberra: fix packaging and DEPENDS

---

 recipes/pulseaudio/libcanberra_0.12.bb |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/recipes/pulseaudio/libcanberra_0.12.bb b/recipes/pulseaudio/libcanberra_0.12.bb
index 42fc3c6..e6c71b8 100644
--- a/recipes/pulseaudio/libcanberra_0.12.bb
+++ b/recipes/pulseaudio/libcanberra_0.12.bb
@@ -1,8 +1,10 @@
 DESCRIPTION = "Libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops."
 LICENSE = "LGPL"
-DEPENDS = "gtk+ pulseaudio alsa-lib"
+DEPENDS = "gtk+ pulseaudio alsa-lib gstreamer"
 
-inherit gconf autotools
+PR = "r1"
+
+inherit gnome
 
 SRC_URI = "http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PV}.tar.gz"
 
@@ -13,10 +15,9 @@ do_configure() {
 	oe_runconf
 }
 
-FILES_${PN} += "${libdir}/gtk-2.0/modules/ ${datadir}/gnome"
-FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug"
-
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
+FILES_${PN} += "${libdir}/gtk-2.0/modules/ ${datadir}/gnome ${libdir}/*/*.so"
+FILES_${PN}-dbg += "${libdir}/gtk-2.0/modules/.debug ${libdir}/*/.debug"
+FILES_${PN}-dev += "${libdir}/*/*.a"
 
 do_stage() {
 	autotools_stage_all





More information about the Openembedded-commits mailing list