[oe-commits] Frans Meulenbroeks : libxml-simple-perl_2.18.bb: fixed dependencies

git version control git at git.openembedded.org
Sat Sep 11 12:09:20 UTC 2010


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Sep 11 12:14:17 2010 +0200

libxml-simple-perl_2.18.bb: fixed dependencies

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 0c9668d..0126229 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"
 





More information about the Openembedded-commits mailing list