aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-08-19 21:10:16 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2014-08-19 23:46:58 +0100
commit30d9e6279f74453287cd74f48e2155eaf784dd3e (patch)
tree9de2ad94258ffa23a1cbefb19e9c67c430c2ad09
parent813826b2b517600e4bab41946df464d45b536617 (diff)
downloadopenembedded-core-contrib-30d9e6279f74453287cd74f48e2155eaf784dd3e.tar.gz
Revert "classes/autotools: avoid error if recipe is first in task dependency tree"
This reverts commit e6d9a1eb062c4ba40c24da20c7186118f9f36a0b.
-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 6b99bddd5d..c49f0631ab 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -148,7 +148,7 @@ python autotools_copy_aclocals () {
if data[1] == "do_configure" and data[0] == pn:
start = dep
break
- if start is None:
+ if not start:
bb.fatal("Couldn't find ourself in BB_TASKDEPDATA?")
# We need to find configure tasks which are either from <target> -> <target>