diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-12 13:05:11 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-12 13:31:06 +0200 |
commit | 4bc984b8f830a508f37af9b8a801d77addb3046c (patch) | |
tree | 979838f1de13635d48df0075f9bf9b016ca3566e /recipes | |
parent | 97052c7b66ed9bed95a5de8b504da97943cf842d (diff) |
libxml-libxml-perl_1.70.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/libxml-libxml-perl_1.70.bb | 7 |
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 \ |