Mostly fixes. https://github.com/libffi/libffi/releases/tag/v3.4.7
* Forward patches, applies cleanly Signed-off-by: Christian Melki <[email protected]> --- ...libffi-Fix-location-of-libraries-for-multilib-toolch.patch | 0 ...002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch | 0 patches/{libffi-3.4.6 => libffi-3.4.7}/autogen.sh | 0 patches/{libffi-3.4.6 => libffi-3.4.7}/series | 0 rules/libffi.make | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) rename patches/{libffi-3.4.6 => libffi-3.4.7}/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch (100%) rename patches/{libffi-3.4.6 => libffi-3.4.7}/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch (100%) rename patches/{libffi-3.4.6 => libffi-3.4.7}/autogen.sh (100%) rename patches/{libffi-3.4.6 => libffi-3.4.7}/series (100%) diff --git a/patches/libffi-3.4.6/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch b/patches/libffi-3.4.7/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch similarity index 100% rename from patches/libffi-3.4.6/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch rename to patches/libffi-3.4.7/0001-libffi-Fix-location-of-libraries-for-multilib-toolch.patch diff --git a/patches/libffi-3.4.6/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch b/patches/libffi-3.4.7/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch similarity index 100% rename from patches/libffi-3.4.6/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch rename to patches/libffi-3.4.7/0002-libffi-ensure-sysroot-paths-are-not-in-libffi.pc.patch diff --git a/patches/libffi-3.4.6/autogen.sh b/patches/libffi-3.4.7/autogen.sh similarity index 100% rename from patches/libffi-3.4.6/autogen.sh rename to patches/libffi-3.4.7/autogen.sh diff --git a/patches/libffi-3.4.6/series b/patches/libffi-3.4.7/series similarity index 100% rename from patches/libffi-3.4.6/series rename to patches/libffi-3.4.7/series diff --git a/rules/libffi.make b/rules/libffi.make index f9a6bd397..f983b1bea 100644 --- a/rules/libffi.make +++ b/rules/libffi.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBFFI) += libffi # # Paths and names # -LIBFFI_VERSION := 3.4.6 -LIBFFI_MD5 := b9cac6c5997dca2b3787a59ede34e0eb +LIBFFI_VERSION := 3.4.7 +LIBFFI_MD5 := 696a1d483a1174ce8a477575546a5284 LIBFFI := libffi-$(LIBFFI_VERSION) LIBFFI_SUFFIX := tar.gz LIBFFI_SOURCE := $(SRCDIR)/$(LIBFFI).$(LIBFFI_SUFFIX) -- 2.34.1
