[16/39] go: upgrade 1.17.5 -> 1.17.6

Message ID 20220119104117.2120127-16-alex@linutronix.de
State Accepted, archived
Commit f48e276ec340acc1c086dff3d18f92d822e31351
Headers show
Series [01/39] mesa: fold mesa-gl variant into the main recipe using mcextend class | expand

Commit Message

Alexander Kanavin Jan. 19, 2022, 10:40 a.m. UTC
From: Alexander Kanavin <alex.kanavin@gmail.com>

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-devtools/go/{go-1.17.5.inc => go-1.17.6.inc}     | 2 +-
 ...{go-binary-native_1.17.5.bb => go-binary-native_1.17.6.bb} | 4 ++--
 ...o-cross-canadian_1.17.5.bb => go-cross-canadian_1.17.6.bb} | 0
 .../go/{go-cross_1.17.5.bb => go-cross_1.17.6.bb}             | 0
 .../go/{go-crosssdk_1.17.5.bb => go-crosssdk_1.17.6.bb}       | 0
 .../go/{go-native_1.17.5.bb => go-native_1.17.6.bb}           | 0
 .../go/{go-runtime_1.17.5.bb => go-runtime_1.17.6.bb}         | 0
 meta/recipes-devtools/go/{go_1.17.5.bb => go_1.17.6.bb}       | 0
 8 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/go/{go-1.17.5.inc => go-1.17.6.inc} (92%)
 rename meta/recipes-devtools/go/{go-binary-native_1.17.5.bb => go-binary-native_1.17.6.bb} (83%)
 rename meta/recipes-devtools/go/{go-cross-canadian_1.17.5.bb => go-cross-canadian_1.17.6.bb} (100%)
 rename meta/recipes-devtools/go/{go-cross_1.17.5.bb => go-cross_1.17.6.bb} (100%)
 rename meta/recipes-devtools/go/{go-crosssdk_1.17.5.bb => go-crosssdk_1.17.6.bb} (100%)
 rename meta/recipes-devtools/go/{go-native_1.17.5.bb => go-native_1.17.6.bb} (100%)
 rename meta/recipes-devtools/go/{go-runtime_1.17.5.bb => go-runtime_1.17.6.bb} (100%)
 rename meta/recipes-devtools/go/{go_1.17.5.bb => go_1.17.6.bb} (100%)

Patch

diff --git a/meta/recipes-devtools/go/go-1.17.5.inc b/meta/recipes-devtools/go/go-1.17.6.inc
similarity index 92%
rename from meta/recipes-devtools/go/go-1.17.5.inc
rename to meta/recipes-devtools/go/go-1.17.6.inc
index 56957f7c6e..3ea23e0320 100644
--- a/meta/recipes-devtools/go/go-1.17.5.inc
+++ b/meta/recipes-devtools/go/go-1.17.6.inc
@@ -17,7 +17,7 @@  SRC_URI += "\
     file://0001-exec.go-do-not-write-linker-flags-into-buildids.patch \
     file://0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \
 "
-SRC_URI[main.sha256sum] = "3defb9a09bed042403195e872dcbc8c6fae1485963332279668ec52e80a95a2d"
+SRC_URI[main.sha256sum] = "4dc1bbf3ff61f0c1ff2b19355e6d88151a70126268a47c761477686ef94748c8"
 
 # Upstream don't believe it is a signifiant real world issue and will only
 # fix in 1.17 onwards where we can drop this.
diff --git a/meta/recipes-devtools/go/go-binary-native_1.17.5.bb b/meta/recipes-devtools/go/go-binary-native_1.17.6.bb
similarity index 83%
rename from meta/recipes-devtools/go/go-binary-native_1.17.5.bb
rename to meta/recipes-devtools/go/go-binary-native_1.17.6.bb
index f07d299b40..674f9176af 100644
--- a/meta/recipes-devtools/go/go-binary-native_1.17.5.bb
+++ b/meta/recipes-devtools/go/go-binary-native_1.17.6.bb
@@ -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] = "bd78114b0d441b029c8fe0341f4910370925a4d270a6a590668840675b0c653e"
-SRC_URI[go_linux_arm64.sha256sum] = "6f95ce3da40d9ce1355e48f31f4eb6508382415ca4d7413b1e7a3314e6430e7e"
+SRC_URI[go_linux_amd64.sha256sum] = "231654bbf2dab3d86c1619ce799e77b03d96f9b50770297c8f4dff8836fc8ca2"
+SRC_URI[go_linux_arm64.sha256sum] = "82c1a033cce9bc1b47073fd6285233133040f0378439f3c4659fe77cc534622a"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"
diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.17.5.bb b/meta/recipes-devtools/go/go-cross-canadian_1.17.6.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-cross-canadian_1.17.5.bb
rename to meta/recipes-devtools/go/go-cross-canadian_1.17.6.bb
diff --git a/meta/recipes-devtools/go/go-cross_1.17.5.bb b/meta/recipes-devtools/go/go-cross_1.17.6.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-cross_1.17.5.bb
rename to meta/recipes-devtools/go/go-cross_1.17.6.bb
diff --git a/meta/recipes-devtools/go/go-crosssdk_1.17.5.bb b/meta/recipes-devtools/go/go-crosssdk_1.17.6.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-crosssdk_1.17.5.bb
rename to meta/recipes-devtools/go/go-crosssdk_1.17.6.bb
diff --git a/meta/recipes-devtools/go/go-native_1.17.5.bb b/meta/recipes-devtools/go/go-native_1.17.6.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-native_1.17.5.bb
rename to meta/recipes-devtools/go/go-native_1.17.6.bb
diff --git a/meta/recipes-devtools/go/go-runtime_1.17.5.bb b/meta/recipes-devtools/go/go-runtime_1.17.6.bb
similarity index 100%
rename from meta/recipes-devtools/go/go-runtime_1.17.5.bb
rename to meta/recipes-devtools/go/go-runtime_1.17.6.bb
diff --git a/meta/recipes-devtools/go/go_1.17.5.bb b/meta/recipes-devtools/go/go_1.17.6.bb
similarity index 100%
rename from meta/recipes-devtools/go/go_1.17.5.bb
rename to meta/recipes-devtools/go/go_1.17.6.bb