From: Tim Orling <ticotimo@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-perl] [PATCH 1/2] libextutils-helpers-perl: fix RDEPENDS
Date: Fri, 8 Aug 2014 08:19:50 -0700 [thread overview]
Message-ID: <1407511191-28246-1-git-send-email-TicoTimo@gmail.com> (raw)
* Module::Load is provided by perl-module-load, NOT perl-module-module-load
* Fixes QA build-deps warning.
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
---
meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.022.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.022.bb b/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.022.bb
index 055f571..9a0234e 100644
--- a/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.022.bb
+++ b/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.022.bb
@@ -21,7 +21,7 @@ RDEPENDS_${PN} = " perl-module-file-copy \
perl-module-carp \
perl-module-test-more \
perl-module-text-parsewords \
- perl-module-module-load \
+ perl-module-load \
perl-module-file-temp \
perl-module-file-spec-functions \
"
--
1.9.3
next 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 Tim Orling [this message]
2014-08-08 15:19 ` [meta-perl] [PATCH 2/2] libmodule-build-tiny-perl: fix RDEPENDS Tim Orling
2014-08-11 6:48 ` 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-1-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.