aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2017-12-03 06:11:46 +0100
committerAlexander Couzens <lynxis@fe80.eu>2017-12-03 06:21:45 +0100
commita7289e54f830dcbcd0ae4bbf59bab47fbfa62c61 (patch)
tree04aa7ddcff9d9bbf2802aae31efc9e5cca00241e /devel
parent411b85b664e39d7646c52d75a915b75520661b93 (diff)
lpc21isp: remove build timestamp
Build timestamps prevent reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'devel')
2 files changed, 14 insertions, 1 deletions
diff --git a/devel/lpc21isp/Makefile b/devel/lpc21isp/Makefile
index bab3130ed..daaf05ff4 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 000000000..ad079954d
--- /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");