diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2024-03-08 13:33:19 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-08 10:07:29 -0800 |
commit | 8cf55e279fd08f71f281fc8e5f2dabd638d3fa79 (patch) | |
tree | df5d564fff82a0c9f9d8f7558b152952e4c30b05 /meta-python/recipes-devtools/python/python3-cmake/run-cmake-from-path.patch | |
parent | 22c255b2e9bb8a8a97ded018f5ee0bc702b11f6f (diff) | |
download | meta-openembedded-8cf55e279fd08f71f281fc8e5f2dabd638d3fa79.tar.gz |
tcprelay: fix a minor cross compilation do_configure issue
We're seeing errors like below in log.do_configure:
./conftest: cannot execute binary file: Exec format error
The tcprelay's configure have two places to execute ./conftest.
And the result happens to be correct even with the error above.
Instead of leaving the errors as they are, we explicitly skip
running ./conftest in case of cross compiling. The build will
continue to succeed and result will remain the same.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cmake/run-cmake-from-path.patch')
0 files changed, 0 insertions, 0 deletions