From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 11:05:11 +0000 (+0200) Subject: libxml-libxml-perl_1.70.bb: fix DEPENDS/RDEPENDS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bc984b8f830a508f37af9b8a801d77addb3046c;p=openembedded.git libxml-libxml-perl_1.70.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- 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 \