[oe-commits] Frans Meulenbroeks : libxml-simple-perl_2.18.bb: fix DEPENDS/RDEPENDS

git version control git at git.openembedded.org
Sun Sep 12 11:31:13 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d5c6ca318fc2f66a4cc6fae386280929dcbe2604
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d5c6ca318fc2f66a4cc6fae386280929dcbe2604

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Sep 12 10:45:10 2010 +0200

libxml-simple-perl_2.18.bb: fix DEPENDS/RDEPENDS

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 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 0126229..cc69ec2 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"
 





More information about the Openembedded-commits mailing list