mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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:
@@ -1,10 +1,10 @@
|
|||||||
require pulseaudio.inc
|
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 \
|
SRC_URI = "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-${PV}.tar.gz \
|
||||||
file://buildfix.patch \
|
file://buildfix.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user