mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 20:02:24 +02:00
gcc-multilib-config: Ensure SDK_ARCH doesn't change target sigs
Changing SDKMACHINE (which changes SDK_ARCH) shouldn't cause target task signatures to change. Exclude the dependency on SDK_ARCH for this reason. It only affects nativesdk builds and those already account for SDK_ARCH in the build WORKDIR paths. (From OE-Core rev: dae7c45fac1d877203f173842d43abc4883b808b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -223,5 +223,6 @@ python gcc_multilib_setup() {
|
||||
}
|
||||
|
||||
gcc_multilib_setup[cleandirs] = "${B}/gcc/config"
|
||||
gcc_multilib_setup[vardepsexclude] = "SDK_ARCH"
|
||||
|
||||
EXTRACONFFUNCS += "gcc_multilib_setup"
|
||||
|
||||
Reference in New Issue
Block a user