summaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-11 12:14:17 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-11 14:09:09 +0200
commit9f958c7e622a5a6c04649303cec0663140ee8949 (patch)
tree455736a9f9d31474e76069e234e1adef79a86d5b /recipes/perl
parentd32b9170251c1c050037af6ecdd0955dc6443fc4 (diff)
downloadopenembedded-9f958c7e622a5a6c04649303cec0663140ee8949.tar.gz
libxml-simple-perl_2.18.bb: fixed dependencies
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/perl')
-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..01262293bc 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-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"