From d5c6ca318fc2f66a4cc6fae386280929dcbe2604 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 10:45:10 +0200 Subject: libxml-simple-perl_2.18.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libxml-simple-perl_2.18.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/perl') 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" -- cgit 1.2.3-korg