From: Tim Orling <ticotimo@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-perl] [PATCH 2/2] libmodule-build-tiny-perl: fix RDEPENDS
Date: Fri, 8 Aug 2014 08:19:51 -0700 [thread overview]
Message-ID: <1407511191-28246-2-git-send-email-TicoTimo@gmail.com> (raw)
In-Reply-To: <1407511191-28246-1-git-send-email-TicoTimo@gmail.com>
* CPAN::Meta is provided by perl-module-cpan, NOT perl-module-cpan-meta
* Module::Load is provided by perl-module-load, NOT perl-module-module-load
* Fixes QA build-deps warning
* libtap-harness-env-perl is bogus, already have perl-tap-harness-env
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
---
meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.036.bb | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.036.bb b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.036.bb
index 2e725a8..761f17c 100644
--- a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.036.bb
+++ b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.036.bb
@@ -29,14 +29,13 @@ do_install () {
RDEPENDS_${PN} = " libextutils-config-perl \
libextutils-helpers-perl \
libextutils-installpaths-perl \
- libtap-harness-env-perl \
perl-module-xsloader \
perl-module-file-spec \
perl-module-io-handle \
perl-module-tap-harness-env \
perl-module-ipc-open3 \
perl-module-file-path \
- perl-module-cpan-meta \
+ perl-module-cpan \
perl-module-extutils-cbuilder \
perl-module-getopt-long \
perl-module-extutils-makemaker \
@@ -44,7 +43,7 @@ RDEPENDS_${PN} = " libextutils-config-perl \
perl-module-carp \
perl-module-test-more \
perl-module-text-parsewords \
- perl-module-module-load \
+ perl-module-load \
perl-module-file-temp \
perl-module-data-dumper \
perl-module-extutils-parsexs \
--
1.9.3
next prev parent reply other threads:[~2014-08-08 15:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-08 15:19 [meta-perl] [PATCH 1/2] libextutils-helpers-perl: fix RDEPENDS Tim Orling
2014-08-08 15:19 ` Tim Orling [this message]
2014-08-11 6:48 ` [meta-perl] [PATCH 2/2] libmodule-build-tiny-perl: " Hongxu Jia
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1407511191-28246-2-git-send-email-TicoTimo@gmail.com \
--to=ticotimo@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.