diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-09 23:07:16 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-09 23:20:06 +0200 |
commit | f24466c861dddd404fb74d1eefab28fa7ac450ac (patch) | |
tree | a4f8c8f3f5b16e542cb8ad56da8f3fa39bb4efaa /recipes/perl/libxml-libxml-perl_1.70.bb | |
parent | 535925c83f477306d0eeb9ac90d1477c5bd819fb (diff) |
libxml-libxml-perl: added dependency for XML::NamespaceSupport
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.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/perl/libxml-libxml-perl_1.70.bb b/recipes/perl/libxml-libxml-perl_1.70.bb index f298ac873f..5c565031ac 100644 --- a/recipes/perl/libxml-libxml-perl_1.70.bb +++ b/recipes/perl/libxml-libxml-perl_1.70.bb @@ -3,9 +3,10 @@ SECTION = "libs" LICENSE = "" DEPENDS += "libxml2 \ libxml-sax-perl \ + libxml-namespacesupport-perl \ zlib \ " -PR = "r0" +PR = "r1" 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 \ |