diff options
| -rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 6f06d854e7..5d3ef92a2e 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
| @@ -575,7 +575,7 @@ python do_qa_configure() { | |||
| 575 | os.path.join(root,"config.log") | 575 | os.path.join(root,"config.log") |
| 576 | if "config.log" in files: | 576 | if "config.log" in files: |
| 577 | if os.system(statement) == 0: | 577 | if os.system(statement) == 0: |
| 578 | bb.fatal("""This autoconf log indicates errors, it looked at host includes. | 578 | bb.fatal("""This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. |
| 579 | Rerun configure task after fixing this. The path was '%s'""" % root) | 579 | Rerun configure task after fixing this. The path was '%s'""" % root) |
| 580 | 580 | ||
| 581 | if "configure.ac" in files: | 581 | if "configure.ac" in files: |
