aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-12 10:16:05 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-12 13:31:05 +0200
commit29c8d7102459aa0da180993e4c32604d46ba92eb (patch)
treee3e62587ef4d412edcc80993c789aaf6a2437353 /recipes/perl
parent755654d14e8fddc54ed739461bd529291c1e1230 (diff)
downloadopenembedded-29c8d7102459aa0da180993e4c32604d46ba92eb.tar.gz
libxml-twig-perl_3.35.bb: fix DEPENDS/RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libxml-twig-perl_3.35.bb5
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 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"