[oe-commits] [openembedded-core] 03/08: go: Upgrade 1.10 -> 1.10.1

git at git.openembedded.org git at git.openembedded.org
Fri Mar 30 09:12:02 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 7068024c1ee8a3ec03904d50860fc42d7c421f87
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Thu Mar 29 17:40:35 2018 -0300

    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 at ossystems.com.br>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 08d1ba6..1d5958a 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"
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list