diff options
-rw-r--r-- | bitbake/lib/bb/cooker.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index cf65ab2c96..f31bca6f34 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -1303,8 +1303,8 @@ class BBCooker: | |||
1303 | return False | 1303 | return False |
1304 | 1304 | ||
1305 | if not retval: | 1305 | if not retval: |
1306 | self.command.finishAsyncCommand(msg) | ||
1307 | bb.event.fire(bb.event.BuildCompleted(len(rq.rqdata.runq_fnid), buildname, item, failures), self.expanded_data) | 1306 | bb.event.fire(bb.event.BuildCompleted(len(rq.rqdata.runq_fnid), buildname, item, failures), self.expanded_data) |
1307 | self.command.finishAsyncCommand(msg) | ||
1308 | return False | 1308 | return False |
1309 | if retval is True: | 1309 | if retval is True: |
1310 | return True | 1310 | return True |
@@ -1336,8 +1336,8 @@ class BBCooker: | |||
1336 | return False | 1336 | return False |
1337 | 1337 | ||
1338 | if not retval: | 1338 | if not retval: |
1339 | self.command.finishAsyncCommand(msg) | ||
1340 | bb.event.fire(bb.event.BuildCompleted(len(rq.rqdata.runq_fnid), buildname, targets, failures), self.data) | 1339 | bb.event.fire(bb.event.BuildCompleted(len(rq.rqdata.runq_fnid), buildname, targets, failures), self.data) |
1340 | self.command.finishAsyncCommand(msg) | ||
1341 | return False | 1341 | return False |
1342 | if retval is True: | 1342 | if retval is True: |
1343 | return True | 1343 | return True |