diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-10-23 07:31:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-24 17:27:19 +0100 |
commit | ea8d1bc5335f4fa12be69315b8eb0ca1f5782585 (patch) | |
tree | 34953b15222af33eb632ac2b7c0f805a9c25150b /meta | |
parent | b56be05134f511fee9a7e8d78ba08b711eb99137 (diff) | |
download | poky-ea8d1bc5335f4fa12be69315b8eb0ca1f5782585.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)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 33f5e152c1..9521ab0975 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 = "r5" | 3 | PR = "r6" |
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 \ |