[oe-commits] Koen Kooi : libcanberra: sync with poky

git version control git at git.openembedded.org
Fri Jun 5 16:11:20 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jun  2 19:57:42 2009 +0200

libcanberra: sync with poky

---

 recipes/pulseaudio/libcanberra_0.12.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/pulseaudio/libcanberra_0.12.bb b/recipes/pulseaudio/libcanberra_0.12.bb
index e6c71b8..ee2a56b 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
 }





More information about the Openembedded-commits mailing list