diff options
Diffstat (limited to 'recipes/perl/libxml-twig-perl_3.35.bb')
-rw-r--r-- | 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 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" |