diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-06-09 23:58:44 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-06-09 23:58:44 +0400 |
commit | 28db918bae6b3ff2fffce329153b4ba14cec2e53 (patch) | |
tree | 8f1f720aeaa7ef808e125794a06300b06cedd2e9 /recipes | |
parent | 3708fbc0789f2276385b27d031e9c46d3437a768 (diff) |
libxml-simple-perl: s/RDEPENDS/RDEPENDS_${PN}/
Sorry, slipped through.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/libxml-simple-perl_2.18.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/perl/libxml-simple-perl_2.18.bb b/recipes/perl/libxml-simple-perl_2.18.bb index 849258bf4b..0c9668d3e3 100644 --- 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" |