[Buildroot] [git commit branch/2021.02.x] package/libffi: drop superfluous CPE_ID_VERSION
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-06-09 20:46:11
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-06-09 20:46:11
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=d18597c141e6bc271bcc01f0e3809e0246d5ed84 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x The default for FOO_CPE_ID_VERSION is to default to FOO_VERSION, so drop this superfluous definition. Signed-off-by: Yann E. MORIN <redacted> Cc: Fabrice Fontaine <redacted> Cc: "Weber, Matthew L Collins" <redacted> Reviewed-by: Matthew Weber <redacted> Signed-off-by: Yann E. MORIN <redacted> (cherry picked from commit cb1134bb79dde2ef1e457546c5064e82eaf63b63) Signed-off-by: Peter Korsgaard <peter@korsgaard.com> --- package/libffi/libffi.mk | 1 - 1 file changed, 1 deletion(-)
diff --git a/package/libffi/libffi.mk b/package/libffi/libffi.mk
index f8b6568341..c7705b9e46 100644
--- a/package/libffi/libffi.mk
+++ b/package/libffi/libffi.mk@@ -6,7 +6,6 @@ LIBFFI_VERSION = 3.3 LIBFFI_SITE = $(call github,libffi,libffi,v$(LIBFFI_VERSION)) -LIBFFI_CPE_ID_VERSION = 3.3 LIBFFI_CPE_ID_UPDATE = rc0 LIBFFI_LICENSE = MIT LIBFFI_LICENSE_FILES = LICENSE