aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2015-04-08 14:08:47 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-08 23:11:06 +0100
commit3dec9ad1cd6ad1236950b0100f6327df7a0bf7db (patch)
tree796ec35a0c9a7771279244c94ec53d13b57c83c3 /meta/recipes-devtools/perl
parent4302cc20dbe0f0490a5e7b62baeb632322c40200 (diff)
downloadopenembedded-core-3dec9ad1cd6ad1236950b0100f6327df7a0bf7db.tar.gz
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. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r--meta/recipes-devtools/perl/perl-rdepends_5.20.0.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl-rdepends_5.20.0.inc b/meta/recipes-devtools/perl/perl-rdepends_5.20.0.inc
index 041471a046..e39663c7d6 100644
--- a/meta/recipes-devtools/perl/perl-rdepends_5.20.0.inc
+++ b/meta/recipes-devtools/perl/perl-rdepends_5.20.0.inc
@@ -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"