[OE-core] [PATCH] go: Upgrade 1.10 -> 1.10.1

Otavio Salvador otavio at ossystems.com.br
Thu Mar 29 20:40:35 UTC 2018


This is a minor release that fixes many important issues found since
1.10 release.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

 meta/recipes-devtools/go/go-1.10.inc | 7 +++++--
 1 file 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"
+
-- 
2.16.3




More information about the Openembedded-core mailing list