From: Nathan Lynch Date: Tue, 27 Sep 2016 18:10:08 +0000 (-0500) Subject: perl: module-overload needs module-overloading X-Git-Tag: 2016-10~212 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ff03fccde0177307195a3c918fb914b8ddb6315f;p=openembedded-core.git perl: module-overload needs module-overloading This dependency was manually added in 3dec9ad1cd6a ("perl: module overload rdpends on overloading") but was (mistakenly?) removed by 06d43a90acbe ("perl: 5.20.0 -> 5.22.0"). Restore it. Signed-off-by: Nathan Lynch Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc b/meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc index 5f853cc911..2c497fe6ab 100644 --- a/meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc +++ b/meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc @@ -20,6 +20,7 @@ RDEPENDS_${PN}-pod += "perl" RDEPENDS_${PN}-module-file-spec += "${PN}-module-file-spec-unix" RDEPENDS_${PN}-module-math-bigint += "${PN}-module-math-bigint-calc" RDEPENDS_${PN}-module-thread-queue += "${PN}-module-attributes" +RDEPENDS_${PN}-module-overload += "${PN}-module-overloading" # Depends list