]> code.ossystems Code Review - openembedded-core.git/commitdiff
perl: module overload rdpends on overloading
authorWenzong Fan <wenzong.fan@windriver.com>
Wed, 8 Apr 2015 06:08:47 +0000 (14:08 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Apr 2015 22:11:06 +0000 (23:11 +0100)
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.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/perl/perl-rdepends_5.20.0.inc

index 041471a046bb580d895534ed691abc54237942b3..e39663c7d689685f24ba183cfebf2860a2be1628 100644 (file)
@@ -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"