diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/libxml-sax-perl_0.96.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/perl/libxml-sax-perl_0.96.bb b/recipes/perl/libxml-sax-perl_0.96.bb index 260a98f809..0e2cbc7663 100644 --- a/recipes/perl/libxml-sax-perl_0.96.bb +++ b/recipes/perl/libxml-sax-perl_0.96.bb @@ -2,7 +2,8 @@ DESCRIPTION = "XML-SAX" SECTION = "libs" LICENSE = "" DEPENDS += "libxml-namespacesupport-perl-native" -PR = "r0" +RDEPENDS_${PN} += "libxml-namespacesupport-perl perl-module-file-temp" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-${PV}.tar.gz;name=sax" SRC_URI[sax.md5sum] = "bdcd4119a62505184e211e9dfaef0ab1" |