aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-04 11:30:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-04 16:24:56 +0100
commitadd7b9cb20282f837c90a785f04ca690a9bbe87e (patch)
tree2b88e8b9ed24d9b229c21fb4ba38b51e8f31b1e1
parent3a26862b7a7e0ff247bd1441d670443e83fca391 (diff)
downloadopenembedded-core-contrib-add7b9cb20282f837c90a785f04ca690a9bbe87e.tar.gz
autotools: Exclude SDK_OS from autotools task signatures
The change to handle SDKs of different types resulted in the signatures becoming SDK specific which wasn't intended. Exclude the variable from the hash values to avoid this. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/autotools.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index 569b2e5635..c49f0631ab 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -204,7 +204,7 @@ python autotools_copy_aclocals () {
if not os.path.exists(t):
os.symlink(c, t)
}
-autotools_copy_aclocals[vardepsexclude] += "MACHINE SDK_ARCH BUILD_ARCH BB_TASKDEPDATA"
+autotools_copy_aclocals[vardepsexclude] += "MACHINE SDK_ARCH BUILD_ARCH SDK_OS BB_TASKDEPDATA"
autotools_do_configure() {
# WARNING: gross hack follows: