summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-09-25 13:16:45 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2024-09-25 22:01:31 +0200
commit79830d3182ed5cfef6e37e30451c535147373208 (patch)
tree1768ef013641fafa0bdff47aa8139c5db94f20f9 /meta/recipes-core
parent30b3383aff43bdef7b135010f3756c6c969091a0 (diff)
downloadopenembedded-core-contrib-abelloni/master-next.tar.gz
gnutls: upgrade to 3.8.7.1abelloni/master-next
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 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-core')
0 files changed, 0 insertions, 0 deletions