diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/sanity.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 9429202dca..2d3f49eb1a 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -573,7 +573,7 @@ def sanity_check_conffiles(d): | |||
573 | if check_conf_exists(conffile, d) and d.getVar(current_version) is not None and \ | 573 | if check_conf_exists(conffile, d) and d.getVar(current_version) is not None and \ |
574 | d.getVar(current_version) != d.getVar(required_version): | 574 | d.getVar(current_version) != d.getVar(required_version): |
575 | try: | 575 | try: |
576 | bb.build.exec_func(func, d, pythonexception=True) | 576 | bb.build.exec_func(func, d) |
577 | except NotImplementedError as e: | 577 | except NotImplementedError as e: |
578 | bb.fatal(str(e)) | 578 | bb.fatal(str(e)) |
579 | d.setVar("BB_INVALIDCONF", True) | 579 | d.setVar("BB_INVALIDCONF", True) |