From: Tim Orling <ticotimo@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] perl: fix missing Module::Metadata
Date: Mon, 5 May 2014 22:09:13 -0700 [thread overview]
Message-ID: <1399352953-1425-1-git-send-email-ticotimo@gmail.com> (raw)
From: Tim Orling <TicoTimo@gmail.com>
Module::Build depends on Module::Metadata (since perl 5.13.9).
Module::Metainfo is only a wrapper for Module::Metadata.
See discussion in http://patches.openembedded.org/patch/66233/
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
---
meta/recipes-devtools/perl/perl-5.14.3/config.sh | 2 +-
meta/recipes-devtools/perl/perl-rdepends_5.14.3.inc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/perl/perl-5.14.3/config.sh b/meta/recipes-devtools/perl/perl-5.14.3/config.sh
index dc507cf..68dcfa9 100644
--- a/meta/recipes-devtools/perl/perl-5.14.3/config.sh
+++ b/meta/recipes-devtools/perl/perl-5.14.3/config.sh
@@ -856,7 +856,7 @@ FileCache Filter/Simple Getopt/Long HTTP/Tiny I18N/Collate I18N/LangTags \
IO/Compress IO/Zlib IPC/Cmd IPC/Open2 IPC/Open3 JSON/PP Locale/Codes \
Locale/Maketext Locale/Maketext/Simple Log/Message Log/Message/Simple \
Math/BigInt Math/BigRat Math/Complex Memoize Module/Build Module/CoreList \
-Module/Load Module/Load/Conditional Module/Loaded Module/Pluggable NEXT Net/Ping \
+Module/Load Module/Load/Conditional Module/Loaded Module/Metadata Module/Pluggable NEXT Net/Ping \
Object/Accessor Package/Constants Params/Check Parse/CPAN/Meta Perl/OSType \
PerlIO/via/QuotedPrint Pod/Escapes Pod/Html Pod/LaTeX Pod/Parser Pod/Perldoc \
Pod/Plainer Pod/Simple Safe SelfLoader Shell Switch Term/ANSIColor Term/Cap \
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 62712ed..8b2a040 100644
--- a/meta/recipes-devtools/perl/perl-rdepends_5.14.3.inc
+++ b/meta/recipes-devtools/perl/perl-rdepends_5.14.3.inc
@@ -237,6 +237,7 @@ RDEPENDS_${PN}-module-build += "${PN}-module-getopt-long"
RDEPENDS_${PN}-module-build += "${PN}-module-inc-latest"
RDEPENDS_${PN}-module-build += "${PN}-module-io-file"
RDEPENDS_${PN}-module-build += "${PN}-module-build"
+RDEPENDS_${PN}-module-build += "${PN}-module-metadata"
RDEPENDS_${PN}-module-build += "${PN}-module-pod-man"
RDEPENDS_${PN}-module-build += "${PN}-module-strict"
RDEPENDS_${PN}-module-build += "${PN}-module-tap-harness"
--
1.8.3.2
reply other threads:[~2014-05-06 5:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1399352953-1425-1-git-send-email-ticotimo@gmail.com \
--to=ticotimo@gmail.com \
--cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox