diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-09-25 13:12:14 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-30 17:00:50 +0100 |
| commit | ce3415da91920ed9f89beea962889e8c94b7aa08 (patch) | |
| tree | d4392fc12240a8d3de076ee3e0ea32fc9132552e /scripts/lib/devtool/sdk.py | |
| parent | 1d813b0d53a71bd3e6e2e0a0c1e8c3729688526f (diff) | |
| download | poky-ce3415da91920ed9f89beea962889e8c94b7aa08.tar.gz | |
gnutls: upgrade to 3.8.7.1
A notable change in 3.8.7 is that the linkage to compression libraries
was changed to use a new tool called dlwrap, so these libraries should
be loaded at runtime with dlopen() instead of dynamically linked at
build time. However, the dlopen() detection fails in cross builds[1] and
it falls back to dynamic linking so this isn't an issue we need to deal
with at present.
Also note that whilst dlwrap is a tool written in rust that needs the
clang includes, it's a maintainer tool and the generated files are in
git, so we should never need to rerun it.
Backport a patch to fix AM_CONDITIONAL to resolve linkage problems.
The 3.8.7.1 tarball is actually just a rebuild of 3.8.7 with the
translations included (which were missing in 3.8.7), so set S explicitly
for this release.
[1] https://gitlab.com/gnutls/gnutls/-/issues/1583
(From OE-Core rev: d38f32f493192fa5965f7271ef6ba5aae33849f5)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/sdk.py')
0 files changed, 0 insertions, 0 deletions
