Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH] runqueue.py: Wipe out the stamp cache between setscene and main task execution
@ 2012-07-25 21:11 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-07-25 21:11 UTC (permalink / raw)
  To: bitbake-devel

The stamp files can change during setscene and the cache should be cleared to
account for this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index ca5fe97..d3a1d2d 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1170,6 +1170,8 @@ class RunQueueExecuteTasks(RunQueueExecute):
 
         self.stats = RunQueueStats(len(self.rqdata.runq_fnid))
 
+        self.stampcache = {}
+
         # Mark initial buildable tasks
         for task in xrange(self.stats.total):
             self.runq_running.append(0)





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-25 21:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-25 21:11 [PATCH] runqueue.py: Wipe out the stamp cache between setscene and main task execution Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox