diff options
Diffstat (limited to 'bitbake/lib/bb/ui')
-rw-r--r-- | bitbake/lib/bb/ui/buildinfohelper.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/buildinfohelper.py b/bitbake/lib/bb/ui/buildinfohelper.py index 9cb2c54067..1473a67222 100644 --- a/bitbake/lib/bb/ui/buildinfohelper.py +++ b/bitbake/lib/bb/ui/buildinfohelper.py | |||
@@ -1420,6 +1420,7 @@ class BuildInfoHelper(object): | |||
1420 | logger.info("Build cancelled") | 1420 | logger.info("Build cancelled") |
1421 | br.build.outcome = Build.CANCELLED | 1421 | br.build.outcome = Build.CANCELLED |
1422 | br.build.save() | 1422 | br.build.save() |
1423 | self.internal_state['build'] = br.build | ||
1423 | errorcode = 0 | 1424 | errorcode = 0 |
1424 | 1425 | ||
1425 | if errorcode == 0: | 1426 | if errorcode == 0: |