mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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 c65e88b3f2
[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>
This commit is contained in:
parent
7226305c0d
commit
6884964579
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user