diff options
author | Maxin B. John <maxin.john@intel.com> | 2015-10-05 09:09:34 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-12 14:36:26 +0100 |
commit | 78b9d2d62ffd7048427422b1590dbefbd128943f (patch) | |
tree | c0fa679e4d0f1a84a5f9087b021f3c9bde9841b8 /meta/classes | |
parent | 8995a3077a1fff0f44b6472b161bd0937e8a0c41 (diff) | |
download | poky-78b9d2d62ffd7048427422b1590dbefbd128943f.tar.gz |
insane.bbclass: remove misleading path in warning
cross-compilation warning from insane.bbclass is slightly misleading.
So, remove the misleading path from warning.
[YOCTO #7540]
(From OE-Core rev: fd0c6de410856ec42e20762163575f0efde44541)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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")) |