| Submitter | Robert Yang |
|---|---|
| Date | March 20, 2013, 7:49 a.m. |
| Message ID | <4bd4027d61d99a9f7e35537fd94190b6a837431c.1363765543.git.liezhi.yang@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/46537/ |
| State | Accepted |
| Commit | 5660aac1cf3f71ce14b58f2c0e69460732f09d7c |
| Headers | show |
Comments
Patch
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"
Remove a duplicated line: RDEPENDS_${PN}-module-cpanplus += "${PN}-module-load" [YOCTO #4064] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- .../recipes-devtools/perl/perl-rdepends_5.14.3.inc | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)