diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index ca5fe970d2..d3a1d2d4f7 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -1170,6 +1170,8 @@ class RunQueueExecuteTasks(RunQueueExecute): | |||
1170 | 1170 | ||
1171 | self.stats = RunQueueStats(len(self.rqdata.runq_fnid)) | 1171 | self.stats = RunQueueStats(len(self.rqdata.runq_fnid)) |
1172 | 1172 | ||
1173 | self.stampcache = {} | ||
1174 | |||
1173 | # Mark initial buildable tasks | 1175 | # Mark initial buildable tasks |
1174 | for task in xrange(self.stats.total): | 1176 | for task in xrange(self.stats.total): |
1175 | self.runq_running.append(0) | 1177 | self.runq_running.append(0) |