diff options
Diffstat (limited to 'meta/classes')
-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 05e31a74eb..f7be61b363 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -1146,7 +1146,7 @@ python do_qa_configure() { | |||
1146 | if "config.log" in files: | 1146 | if "config.log" in files: |
1147 | if subprocess.call(statement, shell=True) == 0: | 1147 | if subprocess.call(statement, shell=True) == 0: |
1148 | bb.fatal("""This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. | 1148 | bb.fatal("""This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. |
1149 | Rerun configure task after fixing this. The path was '%s'""" % root) | 1149 | Rerun configure task after fixing this.""") |
1150 | 1150 | ||
1151 | if "configure.ac" in files: | 1151 | if "configure.ac" in files: |
1152 | configs.append(os.path.join(root,"configure.ac")) | 1152 | configs.append(os.path.join(root,"configure.ac")) |