From: Koen Kooi Date: Sun, 10 May 2009 11:52:41 +0000 (+0200) Subject: libcanberra: fix packaging and DEPENDS X-Git-Tag: Release-2010-05/1~3566^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28bac40e6c1bde11de63deda391624ed6dfff3f1;p=openembedded.git libcanberra: fix packaging and DEPENDS --- diff --git a/recipes/pulseaudio/libcanberra_0.12.bb b/recipes/pulseaudio/libcanberra_0.12.bb index 42fc3c68a8..e6c71b8bc8 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