diff options
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index c3ad442e47..b058501376 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -906,7 +906,7 @@ class RunQueue: | |||
906 | self.failed_fnids.append(fnid) | 906 | self.failed_fnids.append(fnid) |
907 | bb.event.fire(runQueueTaskFailed(task, self.stats, self), self.cfgData) | 907 | bb.event.fire(runQueueTaskFailed(task, self.stats, self), self.cfgData) |
908 | if self.taskData.abort: | 908 | if self.taskData.abort: |
909 | self.state = runQueueCleanup | 909 | self.state = runQueueCleanUp |
910 | 910 | ||
911 | def execute_runqueue_internal(self): | 911 | def execute_runqueue_internal(self): |
912 | """ | 912 | """ |