diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-12 10:46:55 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-12 13:31:06 +0200 |
commit | 9492a432ec1491cfd2f8a15f1eb94938404b985a (patch) | |
tree | 6b68d9720620b925e4308ed8365ab18a841dc14f | |
parent | d5c6ca318fc2f66a4cc6fae386280929dcbe2604 (diff) |
libxml-sax-perl_0.96.bb: fix RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-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" |