diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-03-20 15:49:31 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-22 16:59:50 +0000 |
commit | 5660aac1cf3f71ce14b58f2c0e69460732f09d7c (patch) | |
tree | b387323c7ee378c436ffe011337a7978a78c1398 /meta/recipes-devtools/perl | |
parent | 9b298098401c61761bd65fc1d9efff2197cc45a5 (diff) | |
download | openembedded-core-5660aac1cf3f71ce14b58f2c0e69460732f09d7c.tar.gz openembedded-core-5660aac1cf3f71ce14b58f2c0e69460732f09d7c.tar.bz2 openembedded-core-5660aac1cf3f71ce14b58f2c0e69460732f09d7c.zip |
perl: remove the duplicated RDEPENDS
Remove a duplicated line:
RDEPENDS_${PN}-module-cpanplus += "${PN}-module-load"
[YOCTO #4064]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r-- | meta/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 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" |