diff options
| -rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 792b91a11c..8ce9ad5189 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
| @@ -1892,8 +1892,6 @@ class RunQueueExecuteTasks(RunQueueExecute): | |||
| 1892 | alldeps = 0 | 1892 | alldeps = 0 |
| 1893 | if alldeps == 1: | 1893 | if alldeps == 1: |
| 1894 | self.setbuildable(revdep) | 1894 | self.setbuildable(revdep) |
| 1895 | fn = fn_from_tid(revdep) | ||
| 1896 | taskname = taskname_from_tid(revdep) | ||
| 1897 | logger.debug(1, "Marking task %s as buildable", revdep) | 1895 | logger.debug(1, "Marking task %s as buildable", revdep) |
| 1898 | 1896 | ||
| 1899 | def task_complete(self, task): | 1897 | def task_complete(self, task): |
