mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 14:02:22 +02:00
go: Upgrade 1.10 -> 1.10.1
This is a minor release that fixes many important issues found since 1.10 release. (From OE-Core rev: 7068024c1ee8a3ec03904d50860fc42d7c421f87) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
20e6d8762b
commit
00cd8f2db9
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user