aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2012-10-25 09:50:58 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-25 17:48:27 +0100
commit1554e690d8d074f3bbe484d2acfebde4b94e3738 (patch)
tree23d5072caa1fd41c45316a7af786ac523e35d013 /meta/recipes-devtools/perl
parentafb3ee76cef109c7ba4a760d834839ef277e30fc (diff)
downloadopenembedded-core-1554e690d8d074f3bbe484d2acfebde4b94e3738.tar.gz
perl: update dependencies
Update dependencies for perl modules again. When only install perl-module-file-glob, run perl script with "require File::Glob;" will fail. Update dependencies to fix that. [Yocto 3069] Signed-off-by: Kang Kai <kai.kang@windriver.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')
-rw-r--r--meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc2
-rw-r--r--meta/recipes-devtools/perl/perl_5.14.2.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc b/meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc
index 2707fe88dc..39972ca003 100644
--- a/meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc
+++ b/meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc
@@ -13,8 +13,10 @@
# Some additional dependencies that the above doesn't manage to figure out
# Please take care that exporter depends exporter-heavy, not reverse
+RDEPENDS_${PN}-module-dynaloader += "${PN}-module-carp"
RDEPENDS_${PN}-module-exporter += "${PN}-module-exporter-heavy"
RDEPENDS_${PN}-module-file-glob += "${PN}-module-feature"
+RDEPENDS_${PN}-module-file-glob += "${PN}-module-file"
RDEPENDS_${PN}-module-file-path += "${PN}-module-cwd"
RDEPENDS_${PN}-module-file-spec += "${PN}-module-file-spec-unix"
RDEPENDS_${PN}-module-file-stat += "${PN}-module-fcntl"
diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb b/meta/recipes-devtools/perl/perl_5.14.2.bb
index 3ede8314d7..1e1eb04588 100644
--- a/meta/recipes-devtools/perl/perl_5.14.2.bb
+++ b/meta/recipes-devtools/perl/perl_5.14.2.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
# We need gnugrep (for -I)
DEPENDS = "virtual/db grep-native"
DEPENDS += "gdbm zlib"
-PR = "r13"
+PR = "r14"
# 5.10.1 has Module::Build built-in
PROVIDES += "libmodule-build-perl"