summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-11-08 11:23:37 -0700
committerChris Larson <chris_larson@mentor.com>2010-11-08 12:12:04 -0700
commit728e072e5d4b3fd27b3609d3f72c716e77d7b44f (patch)
treeb181dd2c1dc292e62cbc1f04c06d1bad30826e53
parent1f2731798adbbf93270aedabfc4e507583af0b25 (diff)
downloadopenembedded-728e072e5d4b3fd27b3609d3f72c716e77d7b44f.tar.gz
srctree: ensure setscene is still run
Signed-off-by: Chris Larson <chris_larson@mentor.com>
-rw-r--r--classes/srctree.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/srctree.bbclass b/classes/srctree.bbclass
index ca19b82214..4884b6246e 100644
--- a/classes/srctree.bbclass
+++ b/classes/srctree.bbclass
@@ -29,6 +29,8 @@ def remove_tasks(deltasks, d):
deps.remove(preptask)
d.setVarFlag(task, "deps", deps)
+addtask configure after do_setscene
+
def merge_tasks(d):
"""
Merges all of the operations that occur prior to do_populate_sysroot