diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-18 15:39:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-18 22:53:44 +0000 |
commit | eb51b5b70b10f802eaa9fce846addd4fe56e4d74 (patch) | |
tree | d937ae8b10db257af8ecdda11673820098cc2f42 | |
parent | d232302923cceab3627b4bf4a66e6ffe233bbf6e (diff) | |
download | poky-eb51b5b70b10f802eaa9fce846addd4fe56e4d74.tar.gz |
libffi: upgrade 3.4.6 -> 3.4.7
Changelog:
==========
- Add static trampoline support for Linux on s390x.
- Fix BTI support for ARM64.
- Support pointer authentication for ARM64.
- Fix ASAN compatibility.
- Fix x86-64 calls with 6 GP registers and some SSE registers.
- Miscellaneous fixes for ARC and Darwin ARM64.
- Fix OpenRISC or1k and Solaris 10 builds.
- Remove nios2 port.
(From OE-Core rev: e7ee958facbf602c8e7d27507a984f29811efd01)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libffi/libffi_3.4.7.bb (renamed from meta/recipes-support/libffi/libffi_3.4.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libffi/libffi_3.4.6.bb b/meta/recipes-support/libffi/libffi_3.4.7.bb index a6857a3981..b2caaa88ba 100644 --- a/meta/recipes-support/libffi/libffi_3.4.6.bb +++ b/meta/recipes-support/libffi/libffi_3.4.7.bb | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1db54c9fd307a12218766c3c7f650ca7" | |||
13 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BPN}-${PV}.tar.gz \ | 13 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BPN}-${PV}.tar.gz \ |
14 | file://not-win32.patch \ | 14 | file://not-win32.patch \ |
15 | " | 15 | " |
16 | SRC_URI[sha256sum] = "b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e" | 16 | SRC_URI[sha256sum] = "138607dee268bdecf374adf9144c00e839e38541f75f24a1fcf18b78fda48b2d" |
17 | 17 | ||
18 | EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp" | 18 | EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp" |
19 | EXTRA_OECONF:class-native += "--with-gcc-arch=generic" | 19 | EXTRA_OECONF:class-native += "--with-gcc-arch=generic" |