diff options
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
| -rw-r--r-- | bitbake/lib/bb/runqueue.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index db0d852c54..48b668abc1 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
| @@ -1908,12 +1908,7 @@ class RunQueueExecute: | |||
| 1908 | if nexttask in self.sqdata.unskippable: | 1908 | if nexttask in self.sqdata.unskippable: |
| 1909 | logger.debug(2, "Setscene task %s is unskippable" % nexttask) | 1909 | logger.debug(2, "Setscene task %s is unskippable" % nexttask) |
| 1910 | if nexttask not in self.sqdata.unskippable and len(self.sqdata.sq_revdeps[nexttask]) > 0 and self.sqdata.sq_revdeps[nexttask].issubset(self.scenequeue_covered) and self.check_dependencies(nexttask, self.sqdata.sq_revdeps[nexttask]): | 1910 | if nexttask not in self.sqdata.unskippable and len(self.sqdata.sq_revdeps[nexttask]) > 0 and self.sqdata.sq_revdeps[nexttask].issubset(self.scenequeue_covered) and self.check_dependencies(nexttask, self.sqdata.sq_revdeps[nexttask]): |
| 1911 | fn = fn_from_tid(nexttask) | 1911 | if nexttask not in self.rqdata.target_tids: |
| 1912 | foundtarget = False | ||
| 1913 | |||
| 1914 | if nexttask in self.rqdata.target_tids: | ||
| 1915 | foundtarget = True | ||
| 1916 | if not foundtarget: | ||
| 1917 | logger.debug(2, "Skipping setscene for task %s" % nexttask) | 1912 | logger.debug(2, "Skipping setscene for task %s" % nexttask) |
| 1918 | self.sq_task_skip(nexttask) | 1913 | self.sq_task_skip(nexttask) |
| 1919 | self.scenequeue_notneeded.add(nexttask) | 1914 | self.scenequeue_notneeded.add(nexttask) |
