aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libxml-libxml-perl_1.70.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-12 13:05:11 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-12 13:31:06 +0200
commit4bc984b8f830a508f37af9b8a801d77addb3046c (patch)
tree979838f1de13635d48df0075f9bf9b016ca3566e /recipes/perl/libxml-libxml-perl_1.70.bb
parent97052c7b66ed9bed95a5de8b504da97943cf842d (diff)
downloadopenembedded-4bc984b8f830a508f37af9b8a801d77addb3046c.tar.gz
libxml-libxml-perl_1.70.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/perl/libxml-libxml-perl_1.70.bb')
-rw-r--r--recipes/perl/libxml-libxml-perl_1.70.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/perl/libxml-libxml-perl_1.70.bb b/recipes/perl/libxml-libxml-perl_1.70.bb
index e8ab1f08ae..373885e01a 100644
--- a/recipes/perl/libxml-libxml-perl_1.70.bb
+++ b/recipes/perl/libxml-libxml-perl_1.70.bb
@@ -2,11 +2,14 @@ DESCRIPTION = "XML-LibXML"
SECTION = "libs"
LICENSE = ""
DEPENDS += "libxml2 \
+ libxml-sax-perl-native \
+ zlib \
+"
+RDEPENDS_${PN} += "libxml2 \
libxml-sax-perl \
- libxml-namespacesupport-perl \
zlib \
"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXML-${PV}.tar.gz;name=libxml \
file://libxml-libxml-perl-disable-libxml2-check.patch \