summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-05-02 10:31:58 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-04 13:28:06 +0100
commit7707acbd0cfa74caf74fca50183c75fb6d227a40 (patch)
treeda31213addf548d9c5a7c91200748a6e3ea4a3f4 /meta/recipes-devtools
parent78b59f3660accaaa1abbc71895c58013b921f3c7 (diff)
downloadpoky-7707acbd0cfa74caf74fca50183c75fb6d227a40.tar.gz
go: Upgrade 1.10.1 -> 1.10.2
This is a minor release that fixes many important issues found since 1.10.1 release. (From OE-Core rev: 844f3191cd3d8746b7b31cff83e7655958226520) 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.10.inc7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-devtools/go/go-1.10.inc b/meta/recipes-devtools/go/go-1.10.inc
index 1d5958a68c..3a135bf283 100644
--- a/meta/recipes-devtools/go/go-1.10.inc
+++ b/meta/recipes-devtools/go/go-1.10.inc
@@ -1,7 +1,7 @@
1require go-common.inc 1require go-common.inc
2 2
3GO_BASEVERSION = "1.10" 3GO_BASEVERSION = "1.10"
4GO_MINOR = ".1" 4GO_MINOR = ".2"
5PV .= "${GO_MINOR}" 5PV .= "${GO_MINOR}"
6FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:" 6FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:"
7 7
@@ -20,6 +20,5 @@ SRC_URI += "\
20 20
21SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch" 21SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch"
22 22
23SRC_URI[main.md5sum] = "d55e8b2c6272ab1abf5e4e6cdaaca680" 23SRC_URI[main.md5sum] = "c63b35075bed693bbfc84d4a6262948a"
24SRC_URI[main.sha256sum] = "589449ff6c3ccbff1d391d4e7ab5bb5d5643a5a41a04c99315e55c16bbf73ddc" 24SRC_URI[main.sha256sum] = "6264609c6b9cd8ed8e02ca84605d727ce1898d74efa79841660b2e3e985a98bd"
25