mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
perl: fix missing Module::Metadata
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/ (From OE-Core rev: 3babe5704fbda62920ec17a910d0f3fe9f468229) Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f3f7feceae
commit
b72ab9976a
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user