insane.bbclass: fix formatting of fatal include error
authorMichael Lauer <mickey@vanille-media.de>
Sat, 12 Jan 2008 14:18:26 +0000 (14:18 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 12 Jan 2008 14:18:26 +0000 (14:18 +0000)
classes/insane.bbclass

index 840ebf6..97cf036 100644 (file)
@@ -464,7 +464,6 @@ python do_qa_configure() {
                     os.path.join(root,"config.log")
         if "config.log" in files:
             if os.system(statement) == 0:
-                bb.fatal("This autoconf log indicates errors, it looked at \
-                          host includes. Rerun configure task after fixing this. \
-                          Path was '%s'" % root)
+                bb.fatal("""This autoconf log indicates errors, it looked at host includes.
+Rerun configure task after fixing this. The path was '%s'""" % root)
 }