From: Robert Yang Date: Wed, 20 Mar 2013 07:49:31 +0000 (+0800) Subject: perl: remove the duplicated RDEPENDS X-Git-Tag: 2015-4~7103 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5660aac1cf3f71ce14b58f2c0e69460732f09d7c;p=openembedded-core.git perl: remove the duplicated RDEPENDS Remove a duplicated line: RDEPENDS_${PN}-module-cpanplus += "${PN}-module-load" [YOCTO #4064] Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- 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 87d7a3259b..62712eda56 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"