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 17:01:30 +0000 |
commit | c896db7c4c9aaef5ce7c40f2b054242b265dd2e1 (patch) | |
tree | 16442aa323c36e79d3d19b2d726540a1a86784f0 | |
parent | cc38db48054dc3e0c85f6356cfa4b184d27c9c9b (diff) | |
download | poky-c896db7c4c9aaef5ce7c40f2b054242b265dd2e1.tar.gz |
perl: remove the duplicated RDEPENDS
Remove a duplicated line:
RDEPENDS_${PN}-module-cpanplus += "${PN}-module-load"
[YOCTO #4064]
(From OE-Core rev: 5660aac1cf3f71ce14b58f2c0e69460732f09d7c)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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" | |||
383 | RDEPENDS_${PN}-module-cpanplus += "${PN}-module-build" | 383 | RDEPENDS_${PN}-module-cpanplus += "${PN}-module-build" |
384 | RDEPENDS_${PN}-module-cpanplus += "${PN}-module-corelist" | 384 | RDEPENDS_${PN}-module-cpanplus += "${PN}-module-corelist" |
385 | RDEPENDS_${PN}-module-cpanplus += "${PN}-module-load" | 385 | RDEPENDS_${PN}-module-cpanplus += "${PN}-module-load" |
386 | RDEPENDS_${PN}-module-cpanplus += "${PN}-module-load" | ||
387 | RDEPENDS_${PN}-module-cpanplus += "${PN}-module-loaded" | 386 | RDEPENDS_${PN}-module-cpanplus += "${PN}-module-loaded" |
388 | RDEPENDS_${PN}-module-cpanplus += "${PN}-module-pluggable" | 387 | RDEPENDS_${PN}-module-cpanplus += "${PN}-module-pluggable" |
389 | RDEPENDS_${PN}-module-cpanplus += "${PN}-module-object-accessor" | 388 | RDEPENDS_${PN}-module-cpanplus += "${PN}-module-object-accessor" |