mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
perl: module overload rdpends on overloading
Fix perl runtime issue: * Can't locate overloading.pm in @INC (you may need to install the overloading module ...) at /usr/lib64/perl/5.20.0/overload.pm line 83. (From OE-Core master rev: 3dec9ad1cd6ad1236950b0100f6327df7a0bf7db) (From OE-Core rev: cecac1d52143e34b6e1142e38a1c874188dd74e9) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e267a38cd7
commit
75c0781c5e
@@ -1841,6 +1841,7 @@ RDEPENDS_${PN}-module-overloading += "${PN}-module-warnings"
|
||||
RDEPENDS_${PN}-module-overload += "${PN}-module-mro"
|
||||
RDEPENDS_${PN}-module-overload += "${PN}-module-scalar-util"
|
||||
RDEPENDS_${PN}-module-overload += "${PN}-module-warnings-register"
|
||||
RDEPENDS_${PN}-module-overload += "${PN}-module-overloading"
|
||||
RDEPENDS_${PN}-module-package-constants += "${PN}-module-if"
|
||||
RDEPENDS_${PN}-module-package-constants += "${PN}-module-strict"
|
||||
RDEPENDS_${PN}-module-package-constants += "${PN}-module-vars"
|
||||
|
||||
Reference in New Issue
Block a user