insane bbclass: add '8' (.la references workdir) to list of fatal errors
authorKoen Kooi <koen@openembedded.org>
Wed, 19 Mar 2008 22:21:01 +0000 (22:21 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 19 Mar 2008 22:21:01 +0000 (22:21 +0000)
* this will also trigger on broken libtool archives already present in staging. If you get hit by this: rebuild the offending recipes or do a clean rebuild

classes/insane.bbclass

index 2ef5527..1f7c761 100644 (file)
@@ -178,7 +178,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, 8]
+    return not error_class in [0, 5, 7]
 
 def package_qa_write_error(error_class, name, path, d):
     """