[oe-commits] Roman I Khimov : libxml-simple-perl: s/RDEPENDS/RDEPENDS_${PN}/

git version control git at git.openembedded.org
Wed Jun 9 20:00:13 UTC 2010


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

Author: Roman I Khimov <khimov at altell.ru>
Date:   Wed Jun  9 23:58:44 2010 +0400

libxml-simple-perl: s/RDEPENDS/RDEPENDS_${PN}/

Sorry, slipped through.

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/perl/libxml-simple-perl_2.18.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/perl/libxml-simple-perl_2.18.bb b/recipes/perl/libxml-simple-perl_2.18.bb
index 849258b..0c9668d 100644
--- a/recipes/perl/libxml-simple-perl_2.18.bb
+++ b/recipes/perl/libxml-simple-perl_2.18.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "XML::Simple - Easy API to maintain XML (esp config files)"
 SECTION = "libs"
 LICENSE = "Artistic"
 DEPENDS += "libxml-parser-perl"
-RDEPENDS += "libxml-parser-perl"
+RDEPENDS_${PN} += "libxml-parser-perl"
 PR = "r2"
 
 SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz"





More information about the Openembedded-commits mailing list