Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass
 - index 3da03c8..b629657 100644
 - --- a/meta/classes/buildhistory.bbclass
 - +++ b/meta/classes/buildhistory.bbclass
 - @@ -546,7 +546,13 @@ python buildhistory_eventhandler() {
 - if e.data.getVar('BUILDHISTORY_FEATURES', True).strip():
 - if e.data.getVar("BUILDHISTORY_COMMIT", True) == "1":
 - bb.note("Writing buildhistory")
 - +
 - + # Temporarily disable verbose logs as the execution of
 - + # buildhistory_commit() would otherwise be logged to stdout
 - + verbose_logs = bb.msg.loggerVerboseLogs
 - + bb.msg.loggerVerboseLogs = False
 - bb.build.exec_func("buildhistory_commit", e.data)
 - + bb.msg.loggerVerboseLogs = verbose_logs
 - }
 - addhandler buildhistory_eventhandler
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment