insane.bbclass: make "LDFLAGS ignored" QA errors fatal
authorJeremy Lainé <jeremy.laine@m4x.org>
Wed, 8 Apr 2009 09:23:01 +0000 (09:23 +0000)
committerJeremy Lainé <jeremy.laine@m4x.org>
Wed, 8 Apr 2009 09:23:01 +0000 (09:23 +0000)
classes/insane.bbclass

index 3e519c3..9fc5f07 100644 (file)
@@ -184,7 +184,7 @@ def package_qa_make_fatal_error(error_class, name, path,d):
 
     TODO: Load a whitelist of known errors
     """
-    return not error_class in [0, 5, 7, 9]
+    return not error_class in [0, 5, 7]
 
 def package_qa_write_error(error_class, name, path, d):
     """