From 66d805ee072a0fe2b5eaa03030dd201b0e6e97c2 Mon Sep 17 00:00:00 2001 From: Vladimir Sorokin Date: Wed, 5 May 2010 16:57:28 +0400 Subject: libxml-simple-perl: add missing runtime dependency Signed-off-by: Vladimir Sorokin Signed-off-by: Roman I Khimov --- recipes/perl/libxml-simple-perl_2.18.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/perl/libxml-simple-perl_2.18.bb') 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" -- cgit v1.2.3