diff options
author | Nathan Lynch <nathan_lynch@mentor.com> | 2016-09-27 13:10:08 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-28 10:16:04 +0100 |
commit | a713b7869a72b66671b95f1000dd5dc9586bf2e7 (patch) | |
tree | 17b9c7884dbfb838d27ae8761d19a2b52759111f /meta/recipes-devtools/perl | |
parent | 5268f78235dd126b6050151f79bd73bc12c220e4 (diff) | |
download | poky-a713b7869a72b66671b95f1000dd5dc9586bf2e7.tar.gz |
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.
(From OE-Core rev: ff03fccde0177307195a3c918fb914b8ddb6315f)
Signed-off-by: Nathan Lynch <nathan_lynch@mentor.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.22.1.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
20 | RDEPENDS_${PN}-module-file-spec += "${PN}-module-file-spec-unix" | 20 | RDEPENDS_${PN}-module-file-spec += "${PN}-module-file-spec-unix" |
21 | RDEPENDS_${PN}-module-math-bigint += "${PN}-module-math-bigint-calc" | 21 | RDEPENDS_${PN}-module-math-bigint += "${PN}-module-math-bigint-calc" |
22 | RDEPENDS_${PN}-module-thread-queue += "${PN}-module-attributes" | 22 | RDEPENDS_${PN}-module-thread-queue += "${PN}-module-attributes" |
23 | RDEPENDS_${PN}-module-overload += "${PN}-module-overloading" | ||
23 | 24 | ||
24 | 25 | ||
25 | # Depends list | 26 | # Depends list |