[oe-commits] Frans Meulenbroeks : libxml-sax-perl_0.96.bb: fix RDEPENDS

git version control git at git.openembedded.org
Sun Sep 12 11:31:13 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9492a432ec1491cfd2f8a15f1eb94938404b985a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9492a432ec1491cfd2f8a15f1eb94938404b985a

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Sep 12 10:46:55 2010 +0200

libxml-sax-perl_0.96.bb: fix RDEPENDS

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 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 260a98f..0e2cbc7 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"





More information about the Openembedded-commits mailing list