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 0addcb915c..454dcb669f 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -136,7 +136,7 @@ ACLOCALDIR = "${B}/aclocal-copy"
136python autotools_copy_aclocals () { 136python autotools_copy_aclocals () {
137 s = d.getVar("S", True) 137 s = d.getVar("S", True)
138 if not os.path.exists(s + "/configure.in") and not os.path.exists(s + "/configure.ac"): 138 if not os.path.exists(s + "/configure.in") and not os.path.exists(s + "/configure.ac"):
139 if not d.getVar("AUTOTOOLS_COPYACLOCAL"): 139 if not d.getVar("AUTOTOOLS_COPYACLOCAL", False):
140 return 140 return
141 141
142 taskdepdata = d.getVar("BB_TASKDEPDATA", False) 142 taskdepdata = d.getVar("BB_TASKDEPDATA", False)