diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-10-23 07:31:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-30 16:38:05 +0000 |
commit | 5de0f305f96a630ee22eae2ff796e2b74de4344d (patch) | |
tree | b4b8cb6971e477f7d42acc2703f1e9fbc71ef040 | |
parent | 52dc5edde36f7bd9a94277cc9390e273fc0df9b6 (diff) | |
download | poky-5de0f305f96a630ee22eae2ff796e2b74de4344d.tar.gz |
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>
-rw-r--r-- | meta/recipes-multimedia/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 1edd9138b6..65b49ae908 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 @@ | |||
1 | require pulseaudio.inc | 1 | require pulseaudio.inc |
2 | 2 | ||
3 | PR = "r4" | 3 | PR = "r5" |
4 | 4 | ||
5 | DEPENDS += "gdbm speex" | 5 | DEPENDS += "gdbm speex libxml-parser-perl-native" |
6 | 6 | ||
7 | inherit gettext | 7 | inherit gettext perlnative |
8 | 8 | ||
9 | SRC_URI = "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-${PV}.tar.gz \ | 9 | SRC_URI = "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-${PV}.tar.gz \ |
10 | file://buildfix.patch \ | 10 | file://buildfix.patch \ |