aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-12 10:46:55 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-12 13:31:06 +0200
commit9492a432ec1491cfd2f8a15f1eb94938404b985a (patch)
tree6b68d9720620b925e4308ed8365ab18a841dc14f /recipes/perl
parentd5c6ca318fc2f66a4cc6fae386280929dcbe2604 (diff)
downloadopenembedded-9492a432ec1491cfd2f8a15f1eb94938404b985a.tar.gz
libxml-sax-perl_0.96.bb: fix RDEPENDS
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libxml-sax-perl_0.96.bb3
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"