[[yocto][meta-lts-mixins][kirkstone/go] 12/16] go: update 1.20 -> 1.20.1


Jose Quaresma
 

From: Alexander Kanavin <alex.kanavin@...>

Signed-off-by: Alexander Kanavin <alex@...>
Signed-off-by: Alexandre Belloni <alexandre.belloni@...>
Signed-off-by: Jose Quaresma <jose.quaresma@...>
---
recipes-devtools/go-1.20/{go-1.20.inc => go-1.20.1.inc} | 2 +-
...{go-binary-native_1.20.bb => go-binary-native_1.20.1.bb} | 6 +++---
...o-cross-canadian_1.20.bb => go-cross-canadian_1.20.1.bb} | 0
.../go-1.20/{go-cross_1.20.bb => go-cross_1.20.1.bb} | 0
.../go-1.20/{go-crosssdk_1.20.bb => go-crosssdk_1.20.1.bb} | 0
.../go-1.20/{go-native_1.20.bb => go-native_1.20.1.bb} | 0
.../go-1.20/{go-runtime_1.20.bb => go-runtime_1.20.1.bb} | 0
recipes-devtools/go-1.20/{go_1.20.bb => go_1.20.1.bb} | 0
8 files changed, 4 insertions(+), 4 deletions(-)
rename recipes-devtools/go-1.20/{go-1.20.inc => go-1.20.1.inc} (89%)
rename recipes-devtools/go-1.20/{go-binary-native_1.20.bb => go-binary-native_1.20.1.bb} (78%)
rename recipes-devtools/go-1.20/{go-cross-canadian_1.20.bb => go-cross-canadian_1.20.1.bb} (100%)
rename recipes-devtools/go-1.20/{go-cross_1.20.bb => go-cross_1.20.1.bb} (100%)
rename recipes-devtools/go-1.20/{go-crosssdk_1.20.bb => go-crosssdk_1.20.1.bb} (100%)
rename recipes-devtools/go-1.20/{go-native_1.20.bb => go-native_1.20.1.bb} (100%)
rename recipes-devtools/go-1.20/{go-runtime_1.20.bb => go-runtime_1.20.1.bb} (100%)
rename recipes-devtools/go-1.20/{go_1.20.bb => go_1.20.1.bb} (100%)

diff --git a/recipes-devtools/go-1.20/go-1.20.inc b/recipes-devtools/go-1.20/go-1.20.1.inc
similarity index 89%
rename from recipes-devtools/go-1.20/go-1.20.inc
rename to recipes-devtools/go-1.20/go-1.20.1.inc
index 139f8d1..aa3e2da 100644
--- a/recipes-devtools/go-1.20/go-1.20.inc
+++ b/recipes-devtools/go-1.20/go-1.20.1.inc
@@ -15,4 +15,4 @@ SRC_URI += "\
file://0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \
file://0009-go-Filter-build-paths-on-staticly-linked-arches.patch \
"
-SRC_URI[main.sha256sum] = "3a29ff0421beaf6329292b8a46311c9fbf06c800077ceddef5fb7f8d5b1ace33"
+SRC_URI[main.sha256sum] = "b5c1a3af52c385a6d1c76aed5361cf26459023980d0320de7658bae3915831a2"
diff --git a/recipes-devtools/go-1.20/go-binary-native_1.20.bb b/recipes-devtools/go-1.20/go-binary-native_1.20.1.bb
similarity index 78%
rename from recipes-devtools/go-1.20/go-binary-native_1.20.bb
rename to recipes-devtools/go-1.20/go-binary-native_1.20.1.bb
index ee6b84c..3eb80fd 100644
--- a/recipes-devtools/go-1.20/go-binary-native_1.20.bb
+++ b/recipes-devtools/go-1.20/go-binary-native_1.20.1.bb
@@ -9,9 +9,9 @@ PROVIDES = "go-native"

# Checksums available at https://go.dev/dl/
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] = "5a9ebcc65c1cce56e0d2dc616aff4c4cedcfbda8cc6f0288cc08cda3b18dcbf1"
-SRC_URI[go_linux_arm64.sha256sum] = "17700b6e5108e2a2c3b1a43cd865d3f9c66b7f1c5f0cec26d3672cc131cc0994"
-SRC_URI[go_linux_ppc64le.sha256sum] = "bccbf89c83e0aab2911e57217159bf0fc49bb07c6eebd2c23ae30af18fc5368b"
+SRC_URI[go_linux_amd64.sha256sum] = "000a5b1fca4f75895f78befeb2eecf10bfff3c428597f3f1e69133b63b911b02"
+SRC_URI[go_linux_arm64.sha256sum] = "5e5e2926733595e6f3c5b5ad1089afac11c1490351855e87849d0e7702b1ec2e"
+SRC_URI[go_linux_ppc64le.sha256sum] = "85cfd4b89b48c94030783b6e9e619e35557862358b846064636361421d0b0c52"

UPSTREAM_CHECK_URI = "https://golang.org/dl/"
UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"
diff --git a/recipes-devtools/go-1.20/go-cross-canadian_1.20.bb b/recipes-devtools/go-1.20/go-cross-canadian_1.20.1.bb
similarity index 100%
rename from recipes-devtools/go-1.20/go-cross-canadian_1.20.bb
rename to recipes-devtools/go-1.20/go-cross-canadian_1.20.1.bb
diff --git a/recipes-devtools/go-1.20/go-cross_1.20.bb b/recipes-devtools/go-1.20/go-cross_1.20.1.bb
similarity index 100%
rename from recipes-devtools/go-1.20/go-cross_1.20.bb
rename to recipes-devtools/go-1.20/go-cross_1.20.1.bb
diff --git a/recipes-devtools/go-1.20/go-crosssdk_1.20.bb b/recipes-devtools/go-1.20/go-crosssdk_1.20.1.bb
similarity index 100%
rename from recipes-devtools/go-1.20/go-crosssdk_1.20.bb
rename to recipes-devtools/go-1.20/go-crosssdk_1.20.1.bb
diff --git a/recipes-devtools/go-1.20/go-native_1.20.bb b/recipes-devtools/go-1.20/go-native_1.20.1.bb
similarity index 100%
rename from recipes-devtools/go-1.20/go-native_1.20.bb
rename to recipes-devtools/go-1.20/go-native_1.20.1.bb
diff --git a/recipes-devtools/go-1.20/go-runtime_1.20.bb b/recipes-devtools/go-1.20/go-runtime_1.20.1.bb
similarity index 100%
rename from recipes-devtools/go-1.20/go-runtime_1.20.bb
rename to recipes-devtools/go-1.20/go-runtime_1.20.1.bb
diff --git a/recipes-devtools/go-1.20/go_1.20.bb b/recipes-devtools/go-1.20/go_1.20.1.bb
similarity index 100%
rename from recipes-devtools/go-1.20/go_1.20.bb
rename to recipes-devtools/go-1.20/go_1.20.1.bb
--
2.34.1