From: Frans Meulenbroeks Date: Sat, 11 Sep 2010 10:14:17 +0000 (+0200) Subject: libxml-simple-perl_2.18.bb: fixed dependencies X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f958c7e622a5a6c04649303cec0663140ee8949;p=openembedded.git libxml-simple-perl_2.18.bb: fixed dependencies Signed-off-by: Frans Meulenbroeks --- 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"