[OE-core] [PATCH 1/3] perl: remove the duplicated RDEPENDS

Robert Yang liezhi.yang at windriver.com
Wed Mar 20 07:49:31 UTC 2013


Remove a duplicated line:
RDEPENDS_${PN}-module-cpanplus += "${PN}-module-load"

[YOCTO #4064]

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 .../recipes-devtools/perl/perl-rdepends_5.14.3.inc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/perl/perl-rdepends_5.14.3.inc b/meta/recipes-devtools/perl/perl-rdepends_5.14.3.inc
index 87d7a32..62712ed 100644
--- a/meta/recipes-devtools/perl/perl-rdepends_5.14.3.inc
+++ b/meta/recipes-devtools/perl/perl-rdepends_5.14.3.inc
@@ -383,7 +383,6 @@ RDEPENDS_${PN}-module-cpanplus += "${PN}-module-log-message"
 RDEPENDS_${PN}-module-cpanplus += "${PN}-module-build"
 RDEPENDS_${PN}-module-cpanplus += "${PN}-module-corelist"
 RDEPENDS_${PN}-module-cpanplus += "${PN}-module-load"
-RDEPENDS_${PN}-module-cpanplus += "${PN}-module-load"
 RDEPENDS_${PN}-module-cpanplus += "${PN}-module-loaded"
 RDEPENDS_${PN}-module-cpanplus += "${PN}-module-pluggable"
 RDEPENDS_${PN}-module-cpanplus += "${PN}-module-object-accessor"
-- 
1.7.7





More information about the Openembedded-core mailing list