diff options
Diffstat (limited to 'recipes/perl/libxml-simple-perl_2.18.bb')
-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" |