From: Koen Kooi Date: Wed, 24 Jan 2007 16:22:34 +0000 (+0000) Subject: pulse-audio: inherit pkgconfig and stage headers X-Git-Tag: Release-2010-05/1~9337^2~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33326f65a39ca7fd65319f28c28335f55c553cad;p=openembedded.git pulse-audio: inherit pkgconfig and stage headers --- diff --git a/packages/pulseaudio/pulseaudio_0.9.5.bb b/packages/pulseaudio/pulseaudio_0.9.5.bb index 68c6889540..2173aef969 100644 --- a/packages/pulseaudio/pulseaudio_0.9.5.bb +++ b/packages/pulseaudio/pulseaudio_0.9.5.bb @@ -15,7 +15,7 @@ PR = "r2" SRC_URI = "http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-${PV}.tar.gz" -inherit autotools +inherit autotools pkgconfig EXTRA_OECONF = "\ --disable-lynx \ @@ -42,6 +42,11 @@ CONFFILES_${PN}-conf = "\ ${sysconfdir}/pulse/client.conf \ " +do_stage() { + autotools_stage_all +} + + python populate_packages_prepend() { #bb.data.setVar('PKG_pulseaudio', 'pulseaudio', d)