summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2013-03-11 14:19:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-23 13:00:51 +0100
commit688496457970328cbf4a31f4e565f4eee65d4dff (patch)
treea3e5efe96a5db95e73b8b782565cac63ba65f137
parent7226305c0d3efed3f3e676dd1f483f99581bf3a3 (diff)
downloadpoky-688496457970328cbf4a31f4e565f4eee65d4dff.tar.gz
perl-rdepends_5.14.2.inc:fix perl File::Glob module is broken
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. Cherry-pick commit c65e88b3f20627d7e49e0306f336eee3fb256d1e [Yocto 3069] (From OE-Core rev: 3b80ac16772971418c88d90407ea45540f79c32c) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/perl/perl-rdepends_5.14.2.inc2
1 files changed, 2 insertions, 0 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 @@
13 13
14# Some additional dependencies that the above doesn't manage to figure out 14# Some additional dependencies that the above doesn't manage to figure out
15# Please take care that exporter depends exporter-heavy, not reverse 15# Please take care that exporter depends exporter-heavy, not reverse
16RDEPENDS_${PN}-module-dynaloader += "${PN}-module-carp"
16RDEPENDS_${PN}-module-exporter += "${PN}-module-exporter-heavy" 17RDEPENDS_${PN}-module-exporter += "${PN}-module-exporter-heavy"
17RDEPENDS_${PN}-module-file-glob += "${PN}-module-feature" 18RDEPENDS_${PN}-module-file-glob += "${PN}-module-feature"
19RDEPENDS_${PN}-module-file-glob += "${PN}-module-file"
18RDEPENDS_${PN}-module-file-path += "${PN}-module-cwd" 20RDEPENDS_${PN}-module-file-path += "${PN}-module-cwd"
19RDEPENDS_${PN}-module-file-spec += "${PN}-module-file-spec-unix" 21RDEPENDS_${PN}-module-file-spec += "${PN}-module-file-spec-unix"
20RDEPENDS_${PN}-module-file-stat += "${PN}-module-fcntl" 22RDEPENDS_${PN}-module-file-stat += "${PN}-module-fcntl"