[oe-commits] [openembedded-core] 23/28: perl: module-overload needs module-overloading

git at git.openembedded.org git at git.openembedded.org
Wed Sep 28 09:18:09 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit ff03fccde0177307195a3c918fb914b8ddb6315f
Author: Nathan Lynch <nathan_lynch at mentor.com>
AuthorDate: Tue Sep 27 13:10:08 2016 -0500

    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 <nathan_lynch at mentor.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 5f853cc..2c497fe 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list