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 c49f0631ab..6b99bddd5d 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -148,7 +148,7 @@ python autotools_copy_aclocals () {
148 if data[1] == "do_configure" and data[0] == pn: 148 if data[1] == "do_configure" and data[0] == pn:
149 start = dep 149 start = dep
150 break 150 break
151 if not start: 151 if start is None:
152 bb.fatal("Couldn't find ourself in BB_TASKDEPDATA?") 152 bb.fatal("Couldn't find ourself in BB_TASKDEPDATA?")
153 153
154 # We need to find configure tasks which are either from <target> -> <target> 154 # We need to find configure tasks which are either from <target> -> <target>