diff options
author | Vladimir Sorokin <sorokin@altell.ru> | 2010-05-05 16:57:28 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-06-09 23:55:35 +0400 |
commit | 66d805ee072a0fe2b5eaa03030dd201b0e6e97c2 (patch) | |
tree | 5688f06e72cfb3499e878558a1f7d1b893329f88 /recipes/perl/libxml-simple-perl_2.18.bb | |
parent | c20fd61ff1f25081c58317eb44e820497792842a (diff) |
libxml-simple-perl: add missing runtime dependency
Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl/libxml-simple-perl_2.18.bb')
-rw-r--r-- | recipes/perl/libxml-simple-perl_2.18.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/perl/libxml-simple-perl_2.18.bb b/recipes/perl/libxml-simple-perl_2.18.bb index 669a2e0b2d..849258bf4b 100644 --- a/recipes/perl/libxml-simple-perl_2.18.bb +++ b/recipes/perl/libxml-simple-perl_2.18.bb @@ -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" |