libxml-simple-perl: add missing runtime dependency
authorVladimir Sorokin <sorokin@altell.ru>
Wed, 5 May 2010 12:57:28 +0000 (16:57 +0400)
committerRoman I Khimov <khimov@altell.ru>
Wed, 9 Jun 2010 19:55:35 +0000 (23:55 +0400)
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/perl/libxml-simple-perl_2.18.bb

index 669a2e0..849258b 100644 (file)
@@ -2,7 +2,8 @@ DESCRIPTION = "XML::Simple - Easy API to maintain XML (esp config files)"
 SECTION = "libs"
 LICENSE = "Artistic"
 DEPENDS += "libxml-parser-perl"
-PR = "r1"
+RDEPENDS += "libxml-parser-perl"
+PR = "r2"
 
 SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz"