diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2025-08-13 14:42:00 +0800 |
---|---|---|
committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-06 16:27:30 +0200 |
commit | 59ab62ecf33d85fff1773220cd1055fd30cbeee1 (patch) | |
tree | b07d8bfb326b941a15c83fe4cb2169484de69a50 /meta-python/recipes-devtools/python/python-pyyaml/setup.py | |
parent | f1d6f37efc5279796105a7a1afca9acd87d6abd2 (diff) | |
download | meta-openembedded-59ab62ecf33d85fff1773220cd1055fd30cbeee1.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>
(master rev: 8cf55e279fd08f71f281fc8e5f2dabd638d3fa79)
Signed-off-by: Guocai He <guocai.he.cn@windriver.com>
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyyaml/setup.py')
0 files changed, 0 insertions, 0 deletions