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:
3708fbc
)
libxml-simple-perl: s/RDEPENDS/RDEPENDS_${PN}/
author
Roman I Khimov
<khimov@altell.ru>
Wed, 9 Jun 2010 19:58:44 +0000
(23:58 +0400)
committer
Roman I Khimov
<khimov@altell.ru>
Wed, 9 Jun 2010 19:58:44 +0000
(23:58 +0400)
Sorry, slipped through.
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
849258b
..
0c9668d
100644
(file)
--- a/
recipes/perl/libxml-simple-perl_2.18.bb
+++ b/
recipes/perl/libxml-simple-perl_2.18.bb
@@
-2,7
+2,7
@@
DESCRIPTION = "XML::Simple - Easy API to maintain XML (esp config files)"
SECTION = "libs"
LICENSE = "Artistic"
DEPENDS += "libxml-parser-perl"
-RDEPENDS += "libxml-parser-perl"
+RDEPENDS
_${PN}
+= "libxml-parser-perl"
PR = "r2"
SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz"