summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/sanity.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index 7682ffbb8c..9db3f1d5f3 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -565,7 +565,7 @@ def sanity_check_conffiles(d):
565 try: 565 try:
566 bb.build.exec_func(func, d, pythonexception=True) 566 bb.build.exec_func(func, d, pythonexception=True)
567 except NotImplementedError as e: 567 except NotImplementedError as e:
568 bb.fatal(e) 568 bb.fatal(str(e))
569 d.setVar("BB_INVALIDCONF", True) 569 d.setVar("BB_INVALIDCONF", True)
570 570
571def sanity_handle_abichanges(status, d): 571def sanity_handle_abichanges(status, d):