mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
populate_sdk_base: Fix mingw override name
Correct the override name used for rust toolchain removal from the mingw sdk. (From OE-Core rev: 8aeb0dfe6508daea51db4f0992eed194e925fdd7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -44,7 +44,7 @@ B:task-populate-sdk = "${SDK_DIR}"
|
||||
SDKTARGETSYSROOT = "${SDKPATH}/sysroots/${REAL_MULTIMACH_TARGET_SYS}"
|
||||
|
||||
SDK_TOOLCHAIN_LANGS ??= ""
|
||||
SDK_TOOLCHAIN_LANGS:remove:mingw32 = "rust"
|
||||
SDK_TOOLCHAIN_LANGS:remove:sdkmingw32 = "rust"
|
||||
|
||||
TOOLCHAIN_HOST_TASK ?= " \
|
||||
nativesdk-packagegroup-sdk-host \
|
||||
|
||||
Reference in New Issue
Block a user