]> code.ossystems Code Review - openembedded-core.git/commitdiff
pulseaudio: inherit perlnative
authorKhem Raj <raj.khem@gmail.com>
Sun, 23 Oct 2011 14:31:07 +0000 (07:31 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Oct 2011 14:15:35 +0000 (15:15 +0100)
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 <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb

index 33f5e152c1419b44ac9f5e9c520401908ca9a841..9521ab09751254b367cf0893953361003ba78f17 100644 (file)
@@ -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 \