From: Hongxu Jia Date: Mon, 11 Mar 2013 06:19:29 +0000 (+0800) Subject: perl-rdepends_5.14.2.inc:fix perl File::Glob module is broken X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3b80ac16772971418c88d90407ea45540f79c32c;p=openembedded-core.git 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 --- 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"