aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl-rdepends_5.14.3.inc
diff options
context:
space:
mode:
authorTim Orling <TicoTimo@gmail.com>2014-05-05 22:09:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-29 13:42:07 +0100
commit963be07f2be3962375d4049f5cd84b90d07c054e (patch)
tree621ce591925c07958b9bd08e9cb6a92630483170 /meta/recipes-devtools/perl/perl-rdepends_5.14.3.inc
parentc3f6cea0b8f1de1e2042087c26ebe42ff909c1ed (diff)
downloadopenembedded-core-963be07f2be3962375d4049f5cd84b90d07c054e.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools/perl/perl-rdepends_5.14.3.inc')
-rw-r--r--meta/recipes-devtools/perl/perl-rdepends_5.14.3.inc1
1 files changed, 1 insertions, 0 deletions
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 62712eda56..8b2a040287 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"