diff options
-rw-r--r-- | meta/classes/buildhistory.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass index 7d5e3eb8fd..3a6780da34 100644 --- a/meta/classes/buildhistory.bbclass +++ b/meta/classes/buildhistory.bbclass | |||
@@ -855,7 +855,7 @@ END | |||
855 | } | 855 | } |
856 | 856 | ||
857 | python buildhistory_eventhandler() { | 857 | python buildhistory_eventhandler() { |
858 | if e.data.getVar('BUILDHISTORY_FEATURES').strip(): | 858 | if (e.data.getVar('BUILDHISTORY_FEATURES') or "").strip(): |
859 | reset = e.data.getVar("BUILDHISTORY_RESET") | 859 | reset = e.data.getVar("BUILDHISTORY_RESET") |
860 | olddir = e.data.getVar("BUILDHISTORY_OLD_DIR") | 860 | olddir = e.data.getVar("BUILDHISTORY_OLD_DIR") |
861 | if isinstance(e, bb.event.BuildStarted): | 861 | if isinstance(e, bb.event.BuildStarted): |