[oe-commits] Vladimir Sorokin : libxml-simple-perl: add missing runtime dependency

git version control git at git.openembedded.org
Wed Jun 9 19:56:38 UTC 2010


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

Author: Vladimir Sorokin <sorokin at altell.ru>
Date:   Wed May  5 16:57:28 2010 +0400

libxml-simple-perl: add missing runtime dependency

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

---

 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 669a2e0..849258b 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"
 





More information about the Openembedded-commits mailing list