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

(From OE-Core rev: 51f6a683ec1d740adf09d808671c7098dc3f83e2)

(From OE-Core rev: c2ccc9a294cab3f41cab35eee64f8a464ac8ad9f)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2011-10-23 07:31:07 -07:00 committed by Richard Purdie
parent 52dc5edde3
commit 5de0f305f9
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
require pulseaudio.inc
PR = "r4"
PR = "r5"
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 \