From a7289e54f830dcbcd0ae4bbf59bab47fbfa62c61 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sun, 3 Dec 2017 06:11:46 +0100 Subject: [PATCH] lpc21isp: remove build timestamp Build timestamps prevent reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens --- devel/lpc21isp/Makefile | 2 +- .../patches/100-fix-reproducible-builds.patch | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 devel/lpc21isp/patches/100-fix-reproducible-builds.patch diff --git a/devel/lpc21isp/Makefile b/devel/lpc21isp/Makefile index bab3130ed8..daaf05ff4b 100644 --- a/devel/lpc21isp/Makefile +++ b/devel/lpc21isp/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lpc21isp PKG_VERSION:=197 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=LGPL-3.0+ PKG_LICENSE_FILES:=README gpl.txt lgpl-3.0.txt diff --git a/devel/lpc21isp/patches/100-fix-reproducible-builds.patch b/devel/lpc21isp/patches/100-fix-reproducible-builds.patch new file mode 100644 index 0000000000..ad079954d4 --- /dev/null +++ b/devel/lpc21isp/patches/100-fix-reproducible-builds.patch @@ -0,0 +1,13 @@ +Index: lpc21isp_197/lpc21isp.c +=================================================================== +--- lpc21isp_197.orig/lpc21isp.c 2017-12-03 06:01:05.854070061 +0100 ++++ lpc21isp_197/lpc21isp.c 2017-12-03 06:01:23.326431659 +0100 +@@ -1549,7 +1549,7 @@ + DebugPrintf(2, "\n" + "Portable command line ISP\n" + "for NXP LPC family and Analog Devices ADUC 70xx\n" +- "Version " VERSION_STR " compiled for " COMPILED_FOR ": " __DATE__ ", " __TIME__ "\n" ++ "Version " VERSION_STR " compiled for " COMPILED_FOR "\n" + "Copyright (c) by Martin Maurer, 2003-2013, Email: Martin.Maurer@clibb.de\n" + "Portions Copyright (c) by Aeolus Development 2004, www.aeolusdevelopment.com\n" + "\n");