]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl: fix missing Module::Metadata
authorTim Orling <TicoTimo@gmail.com>
Tue, 6 May 2014 05:09:13 +0000 (22:09 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 May 2014 11:56:40 +0000 (12:56 +0100)
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>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/perl/perl-5.14.3/config.sh
meta/recipes-devtools/perl/perl-rdepends_5.14.3.inc

index dc507cfdba4df17af94daad19bf150f50786e023..68dcfa940d188e164199c5ef4c388a02e14597dd 100644 (file)
@@ -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 \
index 62712eda56ad2fc3f85bfd70f8fba628e0f59c61..8b2a040287e1524032ba1f55ec0e95a413921439 100644 (file)
@@ -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"