summaryrefslogtreecommitdiffstats
path: root/recipes/perl/libxml-simple-perl_2.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl/libxml-simple-perl_2.18.bb')
-rw-r--r--recipes/perl/libxml-simple-perl_2.18.bb6
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 0c9668d3e3..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"
-RDEPENDS_${PN} += "libxml-parser-perl"
-PR = "r2"
+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"