From 51f6a683ec1d740adf09d808671c7098dc3f83e2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 23 Oct 2011 07:31:07 -0700 Subject: pulseaudio: inherit perlnative manpage generatition uses xmltoman utility which inturn uses xml-parser. So we add libxml-parser-perl-native to DEPENDS and also inherit perlnative so it does not use the one from build host Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-multimedia') diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb index 33f5e152c1..9521ab0975 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb @@ -1,10 +1,10 @@ require pulseaudio.inc -PR = "r5" +PR = "r6" -DEPENDS += "gdbm speex" +DEPENDS += "gdbm speex libxml-parser-perl-native" -inherit gettext +inherit gettext perlnative SRC_URI = "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-${PV}.tar.gz \ file://buildfix.patch \ -- cgit 1.2.3-korg