Merge pull request #5215 from lynxis/rb_lpc21isp
authorchamptar <champetier.etienne@gmail.com>
Sun, 3 Dec 2017 17:32:40 +0000 (09:32 -0800)
committerGitHub <noreply@github.com>
Sun, 3 Dec 2017 17:32:40 +0000 (09:32 -0800)
lpc21isp: remove build timestamp

devel/lpc21isp/Makefile
devel/lpc21isp/patches/100-fix-reproducible-builds.patch [new file with mode: 0644]

index bab3130ed824c2327d22ca272f800a501965c287..daaf05ff4b59f28b12fdc82c677bfdb599bfe910 100644 (file)
@@ -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 (file)
index 0000000..ad07995
--- /dev/null
@@ -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");