diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-03 09:34:33 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-05 00:22:08 +0100 |
commit | 74f0f4636036d20209a26cba6d0e58f0120e3c78 (patch) | |
tree | 604e95895f3a6c9416fdd3a27030f9ee75f0df84 /meta/recipes-devtools/go | |
parent | 6d3617d0f658fdb45fecabb396a404c8141cd82b (diff) | |
download | poky-74f0f4636036d20209a26cba6d0e58f0120e3c78.tar.gz |
go: Update 1.9.6 -> 1.9.7
go1.9.7 (released 2018/06/05) includes fixes to the go command, and
the crypto/x509, and strings packages. In particular, it adds minimal
support to the go command for the vgo transition.
(From OE-Core rev: 98d3ec92e8953304db51c73aff7a4e81b97f668c)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go')
-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 a942f6d8ab..329cee061c 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 = ".6" | 4 | GO_MINOR = ".7" |
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] = "52c1a3063291036597552d3fed0b2917" | 25 | SRC_URI[main.md5sum] = "3c2cf876ed6612a022574a565206c6ea" |
26 | SRC_URI[main.sha256sum] = "36f4059be658f7f07091e27fe04bb9e97a0c4836eb446e4c5bac3c90ff9e5828" | 26 | SRC_URI[main.sha256sum] = "582814fa45e8ecb0859a208e517b48aa0ad951e3b36c7fff203d834e0ef27722" |