]> code.ossystems Code Review - openembedded-core.git/commitdiff
go: upgrade 1.17.4 -> 1.17.5
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 15 Dec 2021 22:40:24 +0000 (23:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Dec 2021 09:56:09 +0000 (09:56 +0000)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/go/go-1.17.5.inc [moved from meta/recipes-devtools/go/go-1.17.4.inc with 91% similarity]
meta/recipes-devtools/go/go-binary-native_1.17.5.bb [moved from meta/recipes-devtools/go/go-binary-native_1.17.4.bb with 83% similarity]
meta/recipes-devtools/go/go-cross-canadian_1.17.5.bb [moved from meta/recipes-devtools/go/go-cross-canadian_1.17.4.bb with 100% similarity]
meta/recipes-devtools/go/go-cross_1.17.5.bb [moved from meta/recipes-devtools/go/go-cross_1.17.4.bb with 100% similarity]
meta/recipes-devtools/go/go-crosssdk_1.17.5.bb [moved from meta/recipes-devtools/go/go-crosssdk_1.17.4.bb with 100% similarity]
meta/recipes-devtools/go/go-native_1.17.5.bb [moved from meta/recipes-devtools/go/go-native_1.17.4.bb with 100% similarity]
meta/recipes-devtools/go/go-runtime_1.17.5.bb [moved from meta/recipes-devtools/go/go-runtime_1.17.4.bb with 100% similarity]
meta/recipes-devtools/go/go_1.17.5.bb [moved from meta/recipes-devtools/go/go_1.17.4.bb with 100% similarity]

similarity index 91%
rename from meta/recipes-devtools/go/go-1.17.4.inc
rename to meta/recipes-devtools/go/go-1.17.5.inc
index 5c4423ac18de711ba00d795276b5a02ecacd6b37..baddd3b215ab64fde59a9291c149f5cfbaa7f644 100644 (file)
@@ -15,7 +15,7 @@ SRC_URI += "\
     file://0008-use-GOBUILDMODE-to-set-buildmode.patch \
     file://0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch \
 "
-SRC_URI[main.sha256sum] = "4bef3699381ef09e075628504187416565d710660fec65b057edf1ceb187fc4b"
+SRC_URI[main.sha256sum] = "3defb9a09bed042403195e872dcbc8c6fae1485963332279668ec52e80a95a2d"
 
 # Upstream don't believe it is a signifiant real world issue and will only
 # fix in 1.17 onwards where we can drop this.
similarity index 83%
rename from meta/recipes-devtools/go/go-binary-native_1.17.4.bb
rename to meta/recipes-devtools/go/go-binary-native_1.17.5.bb
index 8d8142ce1de3f27b932429b55b7b52f53d847721..f07d299b40c1e533ea5596ae5c4a1ebe18121811 100644 (file)
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
 PROVIDES = "go-native"
 
 SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}"
-SRC_URI[go_linux_amd64.sha256sum] = "adab2483f644e2f8a10ae93122f0018cef525ca48d0b8764dae87cb5f4fd4206"
-SRC_URI[go_linux_arm64.sha256sum] = "617a46bd083e59877bb5680998571b3ddd4f6dcdaf9f8bf65ad4edc8f3eafb13"
+SRC_URI[go_linux_amd64.sha256sum] = "bd78114b0d441b029c8fe0341f4910370925a4d270a6a590668840675b0c653e"
+SRC_URI[go_linux_arm64.sha256sum] = "6f95ce3da40d9ce1355e48f31f4eb6508382415ca4d7413b1e7a3314e6430e7e"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"