summaryrefslogtreecommitdiffstats
path: root/meta/classes/autotools.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/autotools.bbclass')
-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 () {
204 if not os.path.exists(t): 204 if not os.path.exists(t):
205 os.symlink(c, t) 205 os.symlink(c, t)
206} 206}
207autotools_copy_aclocals[vardepsexclude] += "MACHINE SDK_ARCH BUILD_ARCH BB_TASKDEPDATA" 207autotools_copy_aclocals[vardepsexclude] += "MACHINE SDK_ARCH BUILD_ARCH SDK_OS BB_TASKDEPDATA"
208 208
209autotools_do_configure() { 209autotools_do_configure() {
210 # WARNING: gross hack follows: 210 # WARNING: gross hack follows: