[oe-commits] org.oe.dev insane.bbclass: fix formatting of fatal include error

mickeyl commit openembedded-commits at lists.openembedded.org
Sat Jan 12 16:05:29 UTC 2008


insane.bbclass: fix formatting of fatal include error

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 3aaa498594f6ba26251b8d7a6d9e0e3de3c3cc16
ViewMTN: http://monotone.openembedded.org/revision/info/3aaa498594f6ba26251b8d7a6d9e0e3de3c3cc16
Files:
1
classes/insane.bbclass
Diffs:

#
# mt diff -ra541f884d07223a5c7e560a0e5732d213098f838 -r3aaa498594f6ba26251b8d7a6d9e0e3de3c3cc16
#
# 
# 
# patch "classes/insane.bbclass"
#  from [f17809480bc525b37862480d1e30ae135d59385f]
#    to [00d6311affb65ec365a80a9b833de2945df35660]
# 
============================================================
--- classes/insane.bbclass	f17809480bc525b37862480d1e30ae135d59385f
+++ classes/insane.bbclass	00d6311affb65ec365a80a9b833de2945df35660
@@ -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)
 }






More information about the Openembedded-commits mailing list