diff options
| -rw-r--r-- | bitbake/lib/bb/runqueue.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 2925741336..fd33d0702e 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
| @@ -1510,6 +1510,12 @@ class RunQueueExecuteScenequeue(RunQueueExecute): | |||
| 1510 | self.task_skip(task) | 1510 | self.task_skip(task) |
| 1511 | continue | 1511 | continue |
| 1512 | 1512 | ||
| 1513 | if self.rq.check_stamp_task(realtask, taskname, recurse = True, cache=self.stampcache): | ||
| 1514 | logger.debug(2, 'Normal stamp current for task %s(%s)', task, self.rqdata.get_user_idstring(realtask)) | ||
| 1515 | stamppresent.append(task) | ||
| 1516 | self.task_skip(task) | ||
| 1517 | continue | ||
| 1518 | |||
| 1513 | sq_fn.append(fn) | 1519 | sq_fn.append(fn) |
| 1514 | sq_hashfn.append(self.rqdata.dataCache.hashfn[fn]) | 1520 | sq_hashfn.append(self.rqdata.dataCache.hashfn[fn]) |
| 1515 | sq_hash.append(self.rqdata.runq_hash[realtask]) | 1521 | sq_hash.append(self.rqdata.runq_hash[realtask]) |
