diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-05-02 10:31:59 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:06 +0100 |
commit | 27651730e5d4a5e2007eb1e1281c837759810efe (patch) | |
tree | fc15ca58cc1a7cad9544bd0e254e408da5754d4c /meta/recipes-devtools | |
parent | 7707acbd0cfa74caf74fca50183c75fb6d227a40 (diff) | |
download | poky-27651730e5d4a5e2007eb1e1281c837759810efe.tar.gz |
go: Update 1.9.4 -> 1.9.6
The 1.9.6 fixes a number of issues since 1.9.4 release, mainly:
go1.9.5 (released 2018/03/28) includes fixes to the compiler, go
command, and net/http/pprof package.
go1.9.6 (released 2018/05/01) includes fixes to the compiler and go
command.
(From OE-Core rev: d4abc33c81f7aa33c432ead92ae16df01ebe36c8)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/go/go-1.9.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/go/go-1.9.inc b/meta/recipes-devtools/go/go-1.9.inc index 2823304b7c..a942f6d8ab 100644 --- a/meta/recipes-devtools/go/go-1.9.inc +++ b/meta/recipes-devtools/go/go-1.9.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | require go-common.inc | 1 | require go-common.inc |
2 | 2 | ||
3 | GO_BASEVERSION = "1.9" | 3 | GO_BASEVERSION = "1.9" |
4 | GO_MINOR = ".4" | 4 | GO_MINOR = ".6" |
5 | PV .= "${GO_MINOR}" | 5 | PV .= "${GO_MINOR}" |
6 | 6 | ||
7 | FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:" | 7 | FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:" |
@@ -22,5 +22,5 @@ SRC_URI += "\ | |||
22 | " | 22 | " |
23 | SRC_URI_append_libc-musl = " file://set-external-linker.patch" | 23 | SRC_URI_append_libc-musl = " file://set-external-linker.patch" |
24 | 24 | ||
25 | SRC_URI[main.md5sum] = "6816441fd6680c63865cdd5cb8bc1960" | 25 | SRC_URI[main.md5sum] = "52c1a3063291036597552d3fed0b2917" |
26 | SRC_URI[main.sha256sum] = "0573a8df33168977185aa44173305e5a0450f55213600e94541604b75d46dc06" | 26 | SRC_URI[main.sha256sum] = "36f4059be658f7f07091e27fe04bb9e97a0c4836eb446e4c5bac3c90ff9e5828" |