diff options
-rw-r--r-- | bitbake/lib/bb/cooker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 054dac8634..8c55e3e643 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -734,7 +734,7 @@ class BBCooker: | |||
734 | if not retval: | 734 | if not retval: |
735 | bb.event.fire(bb.event.BuildCompleted(buildname, targets, failures), self.configuration.event_data) | 735 | bb.event.fire(bb.event.BuildCompleted(buildname, targets, failures), self.configuration.event_data) |
736 | self.command.finishAsyncCommand() | 736 | self.command.finishAsyncCommand() |
737 | return None | 737 | return False |
738 | if retval is True: | 738 | if retval is True: |
739 | return True | 739 | return True |
740 | return 0.5 | 740 | return 0.5 |