[poky] [PATCH 01/16] bitbake/runqueue.py: Fix stamp handling for noexec tasks
Richard Purdie
rpurdie at linux.intel.com
Sun Nov 28 04:07:57 PST 2010
This means the noexec messages are only shown once as the stamp files are now
correctly created.
Signed-off-by: Richard Purdie <rpurdie at linux.intel.com>
---
bitbake/lib/bb/runqueue.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 85ecafc..d5c9565 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1223,7 +1223,7 @@ class RunQueueExecuteTasks(RunQueueExecute):
self.rqdata.get_user_idstring(task)))
self.runq_running[task] = 1
self.stats.taskActive()
- bb.build.make_stamp(task, self.rqdata.dataCache, fn)
+ bb.build.make_stamp(taskname, self.rqdata.dataCache, fn)
self.task_complete(task)
return True
--
1.7.0.4
More information about the poky
mailing list