diff options
| -rw-r--r-- | meta/classes/insane.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index a04542e208..17790919c1 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
| @@ -112,6 +112,7 @@ def package_qa_make_fatal_error(error_class, name, path,d): | |||
| 112 | 112 | ||
| 113 | TODO: Load a whitelist of known errors | 113 | TODO: Load a whitelist of known errors |
| 114 | """ | 114 | """ |
| 115 | return False | ||
| 115 | return not error_class in [0, 5, 7, 8, 9] | 116 | return not error_class in [0, 5, 7, 8, 9] |
| 116 | 117 | ||
| 117 | def package_qa_write_error(error_class, name, path, d): | 118 | def package_qa_write_error(error_class, name, path, d): |
