diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-01 17:05:26 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-01 19:59:11 +0200 |
commit | 1602e41c71d81a55034c924eefbfde64b6843f33 (patch) | |
tree | 2e8d67fdb8a161dfa353a4b345a57c63d59e16c4 /recipes | |
parent | 77ac4e474c74299d3a0226a5f5975387881adb38 (diff) |
Revert "libcanberra 0.17: switch to new-style staging"
vala.bbclass is still living in the dark age of legacy staging :(
This reverts commit 6ef9251103896b171d28dd2aa9c79f0f22bb022d.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/pulseaudio/libcanberra_0.17.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/pulseaudio/libcanberra_0.17.bb b/recipes/pulseaudio/libcanberra_0.17.bb index 1423a5f875..7453c8deab 100644 --- a/recipes/pulseaudio/libcanberra_0.17.bb +++ b/recipes/pulseaudio/libcanberra_0.17.bb @@ -5,9 +5,10 @@ DEPENDS = "alsa-lib gstreamer gtk+ libtool libvorbis" SECTION = "libs/multimedia" AUTHOR = "Lennart Poettering" HOMEPAGE = "http://0pointer.de/lennart/projects/libcanberra" -PR = "r5" +PR = "r4" -inherit autotools vala +inherit autotools_stage vala +AUTOTOOLS_STAGE_PKGCONFIG = "1" SRC_URI = "http://0pointer.de/lennart/projects/libcanberra/libcanberra-${PV}.tar.gz \ file://libcanberra-increase-buffer-size.patch;patch=1" |