libxml-simple-perl: s/RDEPENDS/RDEPENDS_${PN}/
authorRoman I Khimov <khimov@altell.ru>
Wed, 9 Jun 2010 19:58:44 +0000 (23:58 +0400)
committerRoman I Khimov <khimov@altell.ru>
Wed, 9 Jun 2010 19:58:44 +0000 (23:58 +0400)
Sorry, slipped through.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/perl/libxml-simple-perl_2.18.bb

index 849258b..0c9668d 100644 (file)
@@ -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"