diff options
Diffstat (limited to 'bitbake/lib/bb/command.py')
| -rw-r--r-- | bitbake/lib/bb/command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py index 0208e30ec4..cbac07f516 100644 --- a/bitbake/lib/bb/command.py +++ b/bitbake/lib/bb/command.py | |||
| @@ -152,8 +152,8 @@ class Command: | |||
| 152 | bb.event.fire(CommandExit(code), self.cooker.data) | 152 | bb.event.fire(CommandExit(code), self.cooker.data) |
| 153 | else: | 153 | else: |
| 154 | bb.event.fire(CommandCompleted(), self.cooker.data) | 154 | bb.event.fire(CommandCompleted(), self.cooker.data) |
| 155 | self.currentAsyncCommand = None | ||
| 156 | self.cooker.finishcommand() | 155 | self.cooker.finishcommand() |
| 156 | self.currentAsyncCommand = None | ||
| 157 | 157 | ||
| 158 | def reset(self): | 158 | def reset(self): |
| 159 | if self.remotedatastores: | 159 | if self.remotedatastores: |
