diff options
| -rw-r--r-- | meta/classes/insane.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 031583442d..3ab4c2ce3a 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
| @@ -153,8 +153,7 @@ def package_qa_handle_error(error_class, error_msg, name, path, d): | |||
| 153 | if fatal: | 153 | if fatal: |
| 154 | bb.error("QA Issue: %s" % error_msg) | 154 | bb.error("QA Issue: %s" % error_msg) |
| 155 | else: | 155 | else: |
| 156 | # Use bb.warn here when it works | 156 | bb.warn("QA Issue: %s" % error_msg) |
| 157 | bb.note("QA Issue: %s" % error_msg) | ||
| 158 | package_qa_write_error(error_class, name, path, d) | 157 | package_qa_write_error(error_class, name, path, d) |
| 159 | 158 | ||
| 160 | return not fatal | 159 | return not fatal |
