[oe-commits] Hongxu Jia : perl-rdepends_5.14.2.inc:fix perl File::Glob module is broken

git at git.openembedded.org git at git.openembedded.org
Tue Apr 23 12:00:31 UTC 2013


Module: openembedded-core.git
Branch: danny
Commit: 3b80ac16772971418c88d90407ea45540f79c32c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3b80ac16772971418c88d90407ea45540f79c32c

Author: Hongxu Jia <hongxu.jia at windriver.com>
Date:   Mon Mar 11 14:19:29 2013 +0800

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]

Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>

---

 .../recipes-devtools/perl/perl-rdepends_5.14.2.inc |    2 ++
 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 2707fe8..39972ca 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"





More information about the Openembedded-commits mailing list