diff options
| -rw-r--r-- | meta/classes-global/insane.bbclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/classes-global/insane.bbclass b/meta/classes-global/insane.bbclass index 6a84c4aa74..a008f21c6e 100644 --- a/meta/classes-global/insane.bbclass +++ b/meta/classes-global/insane.bbclass | |||
| @@ -789,9 +789,8 @@ def qa_check_staged(path,d): | |||
| 789 | if not skip_shebang_size: | 789 | if not skip_shebang_size: |
| 790 | errors = {} | 790 | errors = {} |
| 791 | package_qa_check_shebang_size(path, "", d, None, errors) | 791 | package_qa_check_shebang_size(path, "", d, None, errors) |
| 792 | for e in errors: | 792 | if "shebang-size" in errors: |
| 793 | oe.qa.handle_error(e, errors[e], d) | 793 | oe.qa.handle_error("shebang-size", errors["shebang-size"], d) |
| 794 | |||
| 795 | 794 | ||
| 796 | # Run all package-wide warnfuncs and errorfuncs | 795 | # Run all package-wide warnfuncs and errorfuncs |
| 797 | def package_qa_package(warnfuncs, errorfuncs, package, d): | 796 | def package_qa_package(warnfuncs, errorfuncs, package, d): |
