diff mbox series

libffi: upgrade 3.4.2 -> 3.4.3

Message ID 1665475558-16409-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series libffi: upgrade 3.4.2 -> 3.4.3 | expand

Commit Message

Mingyu Wang (Fujitsu) Oct. 11, 2022, 8:05 a.m. UTC
License-Update: Copyriht year updated to 2022.

Changelog:
=========
  All struct args are passed by value, regardless of size, as per ABIs.
  Enable static trampolines for Cygwin.
  Add support for Loongson's LoongArch64 architecture.
  Fix x32 static trampolines.
  Fix 32-bit x86 stdcall stack corruption.
  Fix ILP32 aarch64 support.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libffi/{libffi_3.4.2.bb => libffi_3.4.3.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libffi/{libffi_3.4.2.bb => libffi_3.4.3.bb} (90%)

Comments

Alexandre Belloni Oct. 11, 2022, 2:06 p.m. UTC | #1
Hello,

This causes the following warning:

https://autobuilder.yoctoproject.org/typhoon/#/builders/120/builds/1815/steps/13/logs/warnings

Please test your patches before sending them

On 11/10/2022 16:05:54+0800, wangmy wrote:
> License-Update: Copyriht year updated to 2022.
> 
> Changelog:
> =========
>   All struct args are passed by value, regardless of size, as per ABIs.
>   Enable static trampolines for Cygwin.
>   Add support for Loongson's LoongArch64 architecture.
>   Fix x32 static trampolines.
>   Fix 32-bit x86 stdcall stack corruption.
>   Fix ILP32 aarch64 support.
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../libffi/{libffi_3.4.2.bb => libffi_3.4.3.bb}               | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-support/libffi/{libffi_3.4.2.bb => libffi_3.4.3.bb} (90%)
> 
> diff --git a/meta/recipes-support/libffi/libffi_3.4.2.bb b/meta/recipes-support/libffi/libffi_3.4.3.bb
> similarity index 90%
> rename from meta/recipes-support/libffi/libffi_3.4.2.bb
> rename to meta/recipes-support/libffi/libffi_3.4.3.bb
> index 41c3cad586..d2c86d1f9b 100644
> --- a/meta/recipes-support/libffi/libffi_3.4.2.bb
> +++ b/meta/recipes-support/libffi/libffi_3.4.3.bb
> @@ -8,13 +8,13 @@ library really only provides the lowest, machine dependent layer of a fully feat
>  A layer must exist above `libffi' that handles type conversions for values passed between the two languages."
>  
>  LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=679b5c9bdc79a2b93ee574e193e7a7bc"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=32c0d09a0641daf4903e5d61cc8f23a8"
>  
>  SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BPN}-${PV}.tar.gz \
>             file://not-win32.patch \
>             file://0001-arm-sysv-reverted-clang-VFP-mitigation.patch \
>             "
> -SRC_URI[sha256sum] = "540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620"
> +SRC_URI[sha256sum] = "4416dd92b6ae8fcb5b10421e711c4d3cb31203d77521a77d85d0102311e6c3b8"
>  
>  EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp"
>  EXTRA_OECONF:class-native += "--with-gcc-arch=generic"
> -- 
> 2.25.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#171600): https://lists.openembedded.org/g/openembedded-core/message/171600
> Mute This Topic: https://lists.openembedded.org/mt/94254211/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta/recipes-support/libffi/libffi_3.4.2.bb b/meta/recipes-support/libffi/libffi_3.4.3.bb
similarity index 90%
rename from meta/recipes-support/libffi/libffi_3.4.2.bb
rename to meta/recipes-support/libffi/libffi_3.4.3.bb
index 41c3cad586..d2c86d1f9b 100644
--- a/meta/recipes-support/libffi/libffi_3.4.2.bb
+++ b/meta/recipes-support/libffi/libffi_3.4.3.bb
@@ -8,13 +8,13 @@  library really only provides the lowest, machine dependent layer of a fully feat
 A layer must exist above `libffi' that handles type conversions for values passed between the two languages."
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=679b5c9bdc79a2b93ee574e193e7a7bc"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=32c0d09a0641daf4903e5d61cc8f23a8"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BPN}-${PV}.tar.gz \
            file://not-win32.patch \
            file://0001-arm-sysv-reverted-clang-VFP-mitigation.patch \
            "
-SRC_URI[sha256sum] = "540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620"
+SRC_URI[sha256sum] = "4416dd92b6ae8fcb5b10421e711c4d3cb31203d77521a77d85d0102311e6c3b8"
 
 EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp"
 EXTRA_OECONF:class-native += "--with-gcc-arch=generic"