From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 08:16:05 +0000 (+0200) Subject: libxml-twig-perl_3.35.bb: fix DEPENDS/RDEPENDS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29c8d7102459aa0da180993e4c32604d46ba92eb;p=openembedded.git libxml-twig-perl_3.35.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/perl/libxml-twig-perl_3.35.bb b/recipes/perl/libxml-twig-perl_3.35.bb index 723977b5f8..522e06f510 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"