mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
5268f78235
commit
a713b7869a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user