diff options
-rw-r--r-- | meta/classes/buildhistory.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass index 81784eef21..a3e4c7a734 100644 --- a/meta/classes/buildhistory.bbclass +++ b/meta/classes/buildhistory.bbclass | |||
@@ -824,6 +824,8 @@ python buildhistory_eventhandler() { | |||
824 | interrupted = getattr(e, '_interrupted', 0) | 824 | interrupted = getattr(e, '_interrupted', 0) |
825 | localdata.setVar('BUILDHISTORY_BUILD_INTERRUPTED', str(interrupted)) | 825 | localdata.setVar('BUILDHISTORY_BUILD_INTERRUPTED', str(interrupted)) |
826 | bb.build.exec_func("buildhistory_commit", localdata) | 826 | bb.build.exec_func("buildhistory_commit", localdata) |
827 | else: | ||
828 | bb.note("No commit since BUILDHISTORY_COMMIT != '1'") | ||
827 | } | 829 | } |
828 | 830 | ||
829 | addhandler buildhistory_eventhandler | 831 | addhandler buildhistory_eventhandler |