diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/buildhistory.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass index 36e7fe13be..c5bba25fd5 100644 --- a/meta/classes/buildhistory.bbclass +++ b/meta/classes/buildhistory.bbclass | |||
@@ -531,6 +531,7 @@ END | |||
531 | python buildhistory_eventhandler() { | 531 | python buildhistory_eventhandler() { |
532 | if e.data.getVar('BUILDHISTORY_FEATURES', True).strip(): | 532 | if e.data.getVar('BUILDHISTORY_FEATURES', True).strip(): |
533 | if e.data.getVar("BUILDHISTORY_COMMIT", True) == "1": | 533 | if e.data.getVar("BUILDHISTORY_COMMIT", True) == "1": |
534 | bb.note("Writing buildhistory") | ||
534 | bb.build.exec_func("buildhistory_commit", e.data) | 535 | bb.build.exec_func("buildhistory_commit", e.data) |
535 | } | 536 | } |
536 | 537 | ||