]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: runqueue.py: Wipe out the stamp cache between setscene and main task execution
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 25 Jul 2012 19:03:44 +0000 (19:03 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jul 2012 13:55:22 +0000 (14:55 +0100)
The stamp files can change during setscene and the cache should be cleared to
account for this.

(Bitbake rev: 5ec12f586a50fce675b268965b3dc487aaa96c43)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/runqueue.py

index ca5fe970d29cca8f75eaf4086bc44f7e35a58be7..d3a1d2d4f78a55fbc286c1efd462d771e6410c4b 100644 (file)
@@ -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)