From patchwork Sun Oct 23 14:31:07 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/2] pulseaudio: inherit perlnative Date: Sun, 23 Oct 2011 14:31:07 -0000 From: Khem Raj X-Patchwork-Id: 13739 Message-Id: <1319380267-29794-2-git-send-email-raj.khem@gmail.com> To: openembedded-core@lists.openembedded.org 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 --- .../pulseaudio/pulseaudio_0.9.23.bb | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb index 33f5e15..9521ab0 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 \