diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-02-03 21:12:49 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-05 14:06:09 +0000 |
commit | 34abe0219f19fe261878a54e27c9896ae31a67ab (patch) | |
tree | 0a470fe471e9b05afea01a70058ae035bf084d8c /meta/recipes-connectivity/libpcap | |
parent | 61b199d10319746c3732dc82a4b15fe9ec85776a (diff) | |
download | poky-34abe0219f19fe261878a54e27c9896ae31a67ab.tar.gz |
sdk/assimp.py: Fix build on 32bit arches with 64bit time_t
This testcase does not work properly with 32bit systems as it houses an
older version of zlib which needs to be patched to work with 32bit
systems with 64bit time_t e.g. mips o32.
Apply a needed patch via sed logic to fix this issue.
Enable bundled zlib in build, which means we do not require zlib to be
available in SDK and it can be built for more variety of images.
Upgrade the testcase to use 5.3.1 release of assimp and add cmake option to
enable bundled zlib explicitly.
(From OE-Core rev: 3c922fb61aa4f3bbb5c4ef35639acdf263c4313c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/libpcap')
0 files changed, 0 insertions, 0 deletions