diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-03-31 18:20:23 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-04-01 14:19:14 +0200 |
commit | 25cc88079459beba0827e95733f54ecad0bf995c (patch) | |
tree | a60e6f761123a5353c4d9b789e6fce49e2d0b327 /package/erlang/0001-build-fix.patch | |
parent | 4553fea6478f745f3237a095dcd1942e8850615f (diff) | |
download | buildroot-25cc88079459beba0827e95733f54ecad0bf995c.tar.gz buildroot-25cc88079459beba0827e95733f54ecad0bf995c.zip |
package/erlang: bump version to 20.3
Removed patch 0001, not needed anymore after upstream commit
https://github.com/erlang/otp/commit/aa9054e0ea48a127f2aeafcdce1df4d1aec09574
Renumbered remaining patches, added license hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/erlang/0001-build-fix.patch')
-rw-r--r-- | package/erlang/0001-build-fix.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/erlang/0001-build-fix.patch b/package/erlang/0001-build-fix.patch deleted file mode 100644 index ff821c9fc0..0000000000 --- a/package/erlang/0001-build-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ -apply-patches.sh deletes this file from the source directory. - ---- erlang-R15B01.old/lib/tools/emacs/Makefile 2012-04-04 -+++ erlang-R15B01/lib/tools/emacs/Makefile 2012-04-04 15:55:16.978957307 +0100 -@@ -51,7 +51,7 @@ - - ELC_FILES = $(EMACS_FILES:%=%.elc) - --TEST_FILES = test.erl.indented test.erl.orig -+TEST_FILES = test.erl.indented - - # ---------------------------------------------------- - # Targets |