diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-03-29 17:40:35 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-30 09:38:25 +0100 |
commit | 7068024c1ee8a3ec03904d50860fc42d7c421f87 (patch) | |
tree | 6b55b01ca554333d8aa9c9a38c106cf6934136fb /meta/recipes-devtools/go | |
parent | 09bb7718d74573be9a5db4d0737fb14126f6489c (diff) | |
download | openembedded-core-contrib-7068024c1ee8a3ec03904d50860fc42d7c421f87.tar.gz |
go: Upgrade 1.10 -> 1.10.1
This is a minor release that fixes many important issues found since
1.10 release.
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.10.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-devtools/go/go-1.10.inc b/meta/recipes-devtools/go/go-1.10.inc index 08d1ba6551e..1d5958a68c1 100644 --- a/meta/recipes-devtools/go/go-1.10.inc +++ b/meta/recipes-devtools/go/go-1.10.inc @@ -1,6 +1,8 @@ require go-common.inc GO_BASEVERSION = "1.10" +GO_MINOR = ".1" +PV .= "${GO_MINOR}" FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:" LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" @@ -18,5 +20,6 @@ SRC_URI += "\ SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch" -SRC_URI[main.md5sum] = "07cbb9d0091b846c6aea40bf5bc0cea7" -SRC_URI[main.sha256sum] = "f3de49289405fda5fd1483a8fe6bd2fa5469e005fd567df64485c4fa000c7f24" +SRC_URI[main.md5sum] = "d55e8b2c6272ab1abf5e4e6cdaaca680" +SRC_URI[main.sha256sum] = "589449ff6c3ccbff1d391d4e7ab5bb5d5643a5a41a04c99315e55c16bbf73ddc" + |