classes/insane.bbclass: Decided to not make the workdir issues fatal
authorHolger Freyther <zecke@selfish.org>
Wed, 26 Dec 2007 21:12:21 +0000 (21:12 +0000)
committerHolger Freyther <zecke@selfish.org>
Wed, 26 Dec 2007 21:12:21 +0000 (21:12 +0000)
classes/insane.bbclass

index ca2b33a..14acdb7 100644 (file)
@@ -178,7 +178,7 @@ def package_qa_make_fatal_error(error_class, name, path,d):
 
     TODO: Load a whitelist of known errors
     """
-    if error_class == 0 or error_class == 5:
+    if error_class in [0, 5, 8]:
         return False
     else:
         return True