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@windriver.com>
# 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"