aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pulseaudio
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-02 19:57:42 +0200
committerKoen Kooi <koen@Powerbook-3.local>2009-06-05 17:48:05 +0200
commit1d4eba778c2ac6f04043321c866b332eff6101fe (patch)
tree3a32e4414c98d9ad6b226abd20757d7784cbb42a /recipes/pulseaudio
parentfae1b0db81f818c20ebab2fb69df565dd5ac3d11 (diff)
downloadopenembedded-1d4eba778c2ac6f04043321c866b332eff6101fe.tar.gz
libcanberra: sync with poky
Diffstat (limited to 'recipes/pulseaudio')
-rw-r--r--recipes/pulseaudio/libcanberra_0.12.bb4
1 files changed, 3 insertions, 1 deletions
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
}