libxml-simple-perl_2.18.bb: fixed dependencies
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 11 Sep 2010 10:14:17 +0000 (12:14 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 11 Sep 2010 12:09:09 +0000 (14:09 +0200)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/perl/libxml-simple-perl_2.18.bb

index 0c9668d..0126229 100644 (file)
@@ -1,9 +1,9 @@
 DESCRIPTION = "XML::Simple - Easy API to maintain XML (esp config files)"
 SECTION = "libs"
 LICENSE = "Artistic"
-DEPENDS += "libxml-parser-perl"
-RDEPENDS_${PN} += "libxml-parser-perl"
-PR = "r2"
+DEPENDS += "libxml-parser-perl libxml-sax-perl libxml-namespacesupport-perl"
+RDEPENDS_${PN} += "libxml-parser-perl libxml-sax-perl libxml-namespacesupport-perl"
+PR = "r3"
 
 SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz"