From 4bc984b8f830a508f37af9b8a801d77addb3046c Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 13:05:11 +0200 Subject: libxml-libxml-perl_1.70.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libxml-libxml-perl_1.70.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'recipes/perl') 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 \ -- cgit 1.2.3-korg