[oe-commits] Richard Purdie : autotools: Exclude SDK_OS from autotools task signatures

git at git.openembedded.org git at git.openembedded.org
Mon Aug 4 15:26:24 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: add7b9cb20282f837c90a785f04ca690a9bbe87e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=add7b9cb20282f837c90a785f04ca690a9bbe87e

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Aug  4 11:30:14 2014 +0000

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 at linuxfoundation.org>

---

 meta/classes/autotools.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index 569b2e5..c49f063 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:



More information about the Openembedded-commits mailing list