diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2024-07-09 01:16:31 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-07-09 08:18:46 -0400 |
commit | 18f939a5fb37528a5415b05077ece383c346a119 (patch) | |
tree | 016cec38798aa56cf54ec6eda709a5c6bb0b420f /meta-python/recipes-devtools/python/python3-sqlparse/run-ptest | |
parent | 4f9606591a48a82fd691366ce66aa30a2a139b2e (diff) | |
download | meta-openembedded-18f939a5fb37528a5415b05077ece383c346a119.tar.gz |
libdbd-mysql-perl: avoid invoking assert_lib at do_configure stage
The assert_lib from perl package will execute the generated binary.
This is not suitable for cross compilation environment such as OE.
In OE, if the libs are not available, the following do_compile task
will just fail.
So we should avoid invoking assert_lib at do_configure stage to avoid
error message like below in log.do_configure:
/usr/lib64/ld-linux-aarch64.so.1: No such file or directory
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sqlparse/run-ptest')
0 files changed, 0 insertions, 0 deletions