[OE-core] [PATCH 2/2] perl: module-overload needs module-overloading

Nathan Lynch nathan_lynch at mentor.com
Tue Sep 27 18:10:08 UTC 2016


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 <nathan_lynch at mentor.com>
---
 meta/recipes-devtools/perl/perl-rdepends_5.22.1.inc | 1 +
 1 file changed, 1 insertion(+)

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 5f853cc9115a..2c497fe6ab9f 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
-- 
2.7.4




More information about the Openembedded-core mailing list