summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2021-12-22 14:02:53 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-01-07 13:18:45 +0100
commita165a82c9bd0b8f9119d30c7d8c1d3875fe75f16 (patch)
tree388eb8294d7c923d4b45454f37404e09f910981d /rules
parent02b9c66dade4b5982bd803cc94468117e8b46a3e (diff)
downloadptxdist-a165a82c9bd0b8f9119d30c7d8c1d3875fe75f16.tar.gz
ptxdist-a165a82c9bd0b8f9119d30c7d8c1d3875fe75f16.tar.xz
libffi: Version bump 3.3 -> 3.4.2
Maintenance of the foregin function interface library. Fix peculiar packageconfig manipulation. Patches adapted from buildroot and yoctoproject. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20211222130304.2549154-12-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/libffi.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/libffi.make b/rules/libffi.make
index 1feab4bdc..b22dd266a 100644
--- a/rules/libffi.make
+++ b/rules/libffi.make
@@ -15,14 +15,14 @@ PACKAGES-$(PTXCONF_LIBFFI) += libffi
#
# Paths and names
#
-LIBFFI_VERSION := 3.3
-LIBFFI_MD5 := 6313289e32f1d38a9df4770b014a2ca7
+LIBFFI_VERSION := 3.4.2
+LIBFFI_MD5 := 294b921e6cf9ab0fbaea4b639f8fdbe8
LIBFFI := libffi-$(LIBFFI_VERSION)
LIBFFI_SUFFIX := tar.gz
LIBFFI_SOURCE := $(SRCDIR)/$(LIBFFI).$(LIBFFI_SUFFIX)
LIBFFI_DIR := $(BUILDDIR)/$(LIBFFI)
LIBFFI_URL := \
- http://ftp.gwdg.de/pub/linux/sources.redhat.com/libffi/$(LIBFFI).$(LIBFFI_SUFFIX) \
+ https://github.com/libffi/libffi/releases/download/v$(LIBFFI_VERSION)/$(LIBFFI).$(LIBFFI_SUFFIX) \
ftp://sourceware.org/pub/libffi/$(LIBFFI).$(LIBFFI_SUFFIX)
LIBFFI_LICENSE := MIT