git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c20fd61
)
libxml-simple-perl: add missing runtime dependency
author
Vladimir Sorokin
<sorokin@altell.ru>
Wed, 5 May 2010 12:57:28 +0000
(16:57 +0400)
committer
Roman 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
patch
|
blob
|
history
diff --git
a/recipes/perl/libxml-simple-perl_2.18.bb
b/recipes/perl/libxml-simple-perl_2.18.bb
index
669a2e0
..
849258b
100644
(file)
--- 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"