summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-08-28 20:21:33 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-01 23:07:06 +0100
commit9995dbc38a3f3fafe9cee6ede761a940be62d9d9 (patch)
treeb028b0a87c1497b289818c12d85890708be6868d /meta
parentfe86f4538041bf4498deb568f99d4d990d64893b (diff)
downloadpoky-9995dbc38a3f3fafe9cee6ede761a940be62d9d9.tar.gz
libffi: upgrade 3.5.1 -> 3.5.2
Changelog: -fix: enable FFI_MMAP_EXEC_WRIT for DragonFly BSD -Emscripten: Add wasm64 target -fix: Ensure trampoline file descriptors are closed on exec. (From OE-Core rev: dc4f97acb91e54444cff02aa574d12121348e756) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/libffi/libffi/not-win32.patch2
-rw-r--r--meta/recipes-support/libffi/libffi_3.5.2.bb (renamed from meta/recipes-support/libffi/libffi_3.5.1.bb)2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libffi/libffi/not-win32.patch b/meta/recipes-support/libffi/libffi/not-win32.patch
index 26263731f3..ca76fde855 100644
--- a/meta/recipes-support/libffi/libffi/not-win32.patch
+++ b/meta/recipes-support/libffi/libffi/not-win32.patch
@@ -23,7 +23,7 @@ diff --git a/configure.ac b/configure.ac
23index 258107d..ef1a285 100644 23index 258107d..ef1a285 100644
24--- a/configure.ac 24--- a/configure.ac
25+++ b/configure.ac 25+++ b/configure.ac
26@@ -403,7 +403,7 @@ AC_ARG_ENABLE(multi-os-directory, 26@@ -411,7 +411,7 @@ AC_ARG_ENABLE(multi-os-directory,
27 27
28 # These variables are only ever used when we cross-build to X86_WIN32. 28 # These variables are only ever used when we cross-build to X86_WIN32.
29 # And we only support this with GCC, so... 29 # And we only support this with GCC, so...
diff --git a/meta/recipes-support/libffi/libffi_3.5.1.bb b/meta/recipes-support/libffi/libffi_3.5.2.bb
index be16008e0f..f648a33a46 100644
--- a/meta/recipes-support/libffi/libffi_3.5.1.bb
+++ b/meta/recipes-support/libffi/libffi_3.5.2.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ce4763670c5b7756000561f9af1ab178"
13SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BPN}-${PV}.tar.gz \ 13SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BPN}-${PV}.tar.gz \
14 file://not-win32.patch \ 14 file://not-win32.patch \
15 " 15 "
16SRC_URI[sha256sum] = "f99eb68a67c7d54866b7706af245e87ba060d419a062474b456d3bc8d4abdbd1" 16SRC_URI[sha256sum] = "f3a3082a23b37c293a4fcd1053147b371f2ff91fa7ea1b2a52e335676bac82dc"
17 17
18EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp" 18EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp"
19EXTRA_OECONF:class-native += "--with-gcc-arch=generic" 19EXTRA_OECONF:class-native += "--with-gcc-arch=generic"