[oe-commits] Frans Meulenbroeks : libxml-twig-perl_3.35.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: 29c8d7102459aa0da180993e4c32604d46ba92eb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=29c8d7102459aa0da180993e4c32604d46ba92eb

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

libxml-twig-perl_3.35.bb: fix DEPENDS/RDEPENDS

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

---

 recipes/perl/libxml-twig-perl_3.35.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/perl/libxml-twig-perl_3.35.bb b/recipes/perl/libxml-twig-perl_3.35.bb
index 723977b..522e06f 100644
--- a/recipes/perl/libxml-twig-perl_3.35.bb
+++ b/recipes/perl/libxml-twig-perl_3.35.bb
@@ -2,8 +2,9 @@ DESCRIPTION = "XML::Twig - A perl module for processing huge XML documents in tr
 SECTION = "libs"
 LICENSE = "Artistic|GPL"
 HOMEPAGE = "http://www.xmltwig.com/"
-DEPENDS += "libxml-parser-perl"
-PR = "r0"
+DEPENDS += "libxml-parser-perl-native"
+RDEPENDS_${PN} += "libxml-parser-perl"
+PR = "r1"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MI/MIROD/XML-Twig-${PV}.tar.gz"
 SRC_URI[md5sum] = "867449a4c53c628dd16bdc8de49cfc88"





More information about the Openembedded-commits mailing list