diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-30 14:43:37 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-01 07:43:35 +0100 |
| commit | 71fdb36d77f6aebf8df387a2e6c4a2d74e18053f (patch) | |
| tree | 08fe19f5ef849b272b761e0561ed4b1ddde9296b | |
| parent | c9ea0c619dd356c95cad511742ae1e19e571b37b (diff) | |
| download | poky-71fdb36d77f6aebf8df387a2e6c4a2d74e18053f.tar.gz | |
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>
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-multilib-config.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-multilib-config.inc b/meta/recipes-devtools/gcc/gcc-multilib-config.inc index 4a1010ccf9..1c0a45a365 100644 --- a/meta/recipes-devtools/gcc/gcc-multilib-config.inc +++ b/meta/recipes-devtools/gcc/gcc-multilib-config.inc | |||
| @@ -223,5 +223,6 @@ python gcc_multilib_setup() { | |||
| 223 | } | 223 | } |
| 224 | 224 | ||
| 225 | gcc_multilib_setup[cleandirs] = "${B}/gcc/config" | 225 | gcc_multilib_setup[cleandirs] = "${B}/gcc/config" |
| 226 | gcc_multilib_setup[vardepsexclude] = "SDK_ARCH" | ||
| 226 | 227 | ||
| 227 | EXTRACONFFUNCS += "gcc_multilib_setup" | 228 | EXTRACONFFUNCS += "gcc_multilib_setup" |
