Merge pull request #7325 from jefferyto/go-1.11.2-update

golang: Update to 1.11.2, fix build errors
This commit is contained in:
Hannu Nyman
2018-11-06 17:55:56 +02:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ endif
GO_VERSION_MAJOR_MINOR:=1.11
GO_VERSION_PATCH:=1
GO_VERSION_PATCH:=2
+3 -1
View File
@@ -18,7 +18,7 @@ GO_SOURCE_URLS:=https://dl.google.com/go/ \
PKG_SOURCE:=go$(PKG_VERSION).src.tar.gz
PKG_SOURCE_URL:=$(GO_SOURCE_URLS)
PKG_HASH:=558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117
PKG_HASH:=042fba357210816160341f1002440550e952eb12678f7c9e7e9d389437942550
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE
@@ -180,6 +180,8 @@ endef
# when go compiles a program, it will use the host std lib
# so remove it now and force go to rebuild std for target later
define Host/Install
$(call Host/Uninstall)
$(call GoCompiler/Host/Install/Bin,)
$(call GoCompiler/Host/Install/Src,)