mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
perl: correct math-bigint dependency typo
This is obviously meant to be RDEPENDS. (From OE-Core rev: 7080a5919154ed9dd24872e82352d6d619db8656) 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
206ad10eaa
commit
5268f78235
@@ -18,7 +18,7 @@ RDEPENDS_${PN}-pod += "perl"
|
||||
|
||||
# Some additional dependencies that the above doesn't manage to figure out
|
||||
RDEPENDS_${PN}-module-file-spec += "${PN}-module-file-spec-unix"
|
||||
DEPENDS_${PN}-module-math-bigint += "${PN}-module-math-bigint-calc"
|
||||
RDEPENDS_${PN}-module-math-bigint += "${PN}-module-math-bigint-calc"
|
||||
RDEPENDS_${PN}-module-thread-queue += "${PN}-module-attributes"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user