From: Koen Kooi Date: Tue, 2 Jun 2009 17:57:42 +0000 (+0200) Subject: libcanberra: sync with poky X-Git-Tag: Release-2010-05/1~3272 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d4eba778c2ac6f04043321c866b332eff6101fe;p=openembedded.git libcanberra: sync with poky --- diff --git a/recipes/pulseaudio/libcanberra_0.12.bb b/recipes/pulseaudio/libcanberra_0.12.bb index e6c71b8bc8..ee2a56bb8e 100644 --- a/recipes/pulseaudio/libcanberra_0.12.bb +++ b/recipes/pulseaudio/libcanberra_0.12.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Libcanberra is an implementation of the XDG Sound Theme and Name LICENSE = "LGPL" DEPENDS = "gtk+ pulseaudio alsa-lib gstreamer" -PR = "r1" +PR = "r2" inherit gnome @@ -19,6 +19,8 @@ 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" +AUTOTOOLS_STAGE_PKGCONFIG = "1" + do_stage() { autotools_stage_all }