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 b645996136..c60ba10929 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -175,7 +175,7 @@ python autotools_copy_aclocals () {
175 if not os.path.exists(t): 175 if not os.path.exists(t):
176 os.symlink(c, t) 176 os.symlink(c, t)
177} 177}
178autotools_copy_aclocals[vardepsexclude] += "MACHINE" 178autotools_copy_aclocals[vardepsexclude] += "MACHINE SDK_ARCH BUILD_ARCH BB_TASKDEPDATA"
179 179
180autotools_do_configure() { 180autotools_do_configure() {
181 # WARNING: gross hack follows: 181 # WARNING: gross hack follows: