diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2025-06-02 17:55:46 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-05 11:02:21 +0100 |
commit | 19bee937be57e7249b2dc3fb749553d870b5b8d2 (patch) | |
tree | c00f7b7fc7f3a3553ba6a1df6648995159a72db1 /scripts/lib/devtool/ide_plugins/ide_code.py | |
parent | 34383435b65ae5bd2723421c8988b4e451ab1181 (diff) | |
download | poky-19bee937be57e7249b2dc3fb749553d870b5b8d2.tar.gz |
libgcrypt: fix compile error for t-thread-local
Currently the libgcrypt-native build is failing with the following
error:
| ld: t_thread_local-t-thread-local.o: in function `main':
| t-thread-local.c:(.text.startup+0x187): undefined reference to `pthread_create'
| ld: t-thread-local.c:(.text.startup+0x1d0): undefined reference to `pthread_join'
Backport the fix from upstream and add "-lpthread" to
"t_thread_local_CFLAGS" to make the compilation successfull, similar to
what 0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch
does.
(From OE-Core rev: d2daf78a083688b82625800919cdc6c6555fcc52)
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/ide_plugins/ide_code.py')
0 files changed, 0 insertions, 0 deletions