From 9492a432ec1491cfd2f8a15f1eb94938404b985a Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 10:46:55 +0200 Subject: libxml-sax-perl_0.96.bb: fix RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libxml-sax-perl_0.96.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3