diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-12 10:45:10 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-12 13:31:06 +0200 |
commit | d5c6ca318fc2f66a4cc6fae386280929dcbe2604 (patch) | |
tree | 5cf0f1771e87098f5a1e170481c43cbb0a2188cd /recipes | |
parent | 17695548e24e2ae89c90c26301f5ff4046f5edf5 (diff) |
libxml-simple-perl_2.18.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/libxml-simple-perl_2.18.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/perl/libxml-simple-perl_2.18.bb b/recipes/perl/libxml-simple-perl_2.18.bb index 01262293bc..cc69ec288c 100644 --- a/recipes/perl/libxml-simple-perl_2.18.bb +++ b/recipes/perl/libxml-simple-perl_2.18.bb @@ -1,9 +1,9 @@ DESCRIPTION = "XML::Simple - Easy API to maintain XML (esp config files)" SECTION = "libs" LICENSE = "Artistic" -DEPENDS += "libxml-parser-perl libxml-sax-perl libxml-namespacesupport-perl" -RDEPENDS_${PN} += "libxml-parser-perl libxml-sax-perl libxml-namespacesupport-perl" -PR = "r3" +DEPENDS += "libxml-sax-perl-native" +RDEPENDS_${PN} += "libxml-sax-perl" +PR = "r4" SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz" |