[oe-commits] Frans Meulenbroeks : libxml-libxml-perl_1.70.bb: fix DEPENDS/RDEPENDS

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


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Sep 12 13:05:11 2010 +0200

libxml-libxml-perl_1.70.bb: fix DEPENDS/RDEPENDS

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

---

 recipes/perl/libxml-libxml-perl_1.70.bb |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes/perl/libxml-libxml-perl_1.70.bb b/recipes/perl/libxml-libxml-perl_1.70.bb
index e8ab1f0..373885e 100644
--- a/recipes/perl/libxml-libxml-perl_1.70.bb
+++ b/recipes/perl/libxml-libxml-perl_1.70.bb
@@ -2,11 +2,14 @@ DESCRIPTION = "XML-LibXML"
 SECTION = "libs"
 LICENSE = ""
 DEPENDS += "libxml2 \
+        libxml-sax-perl-native \
+        zlib \
+"
+RDEPENDS_${PN} += "libxml2 \
         libxml-sax-perl \
-	libxml-namespacesupport-perl \
         zlib \
 "
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXML-${PV}.tar.gz;name=libxml \
         file://libxml-libxml-perl-disable-libxml2-check.patch \





More information about the Openembedded-commits mailing list