]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
go: update 1.20 -> 1.20.1
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sun, 19 Feb 2023 19:30:28 +0000 (20:30 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Feb 2023 15:17:55 +0000 (15:17 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/go/go-1.20.1.inc [moved from meta/recipes-devtools/go/go-1.20.inc with 89% similarity]
meta/recipes-devtools/go/go-binary-native_1.20.1.bb [moved from meta/recipes-devtools/go/go-binary-native_1.20.bb with 78% similarity]
meta/recipes-devtools/go/go-cross-canadian_1.20.1.bb [moved from meta/recipes-devtools/go/go-cross-canadian_1.20.bb with 100% similarity]
meta/recipes-devtools/go/go-cross_1.20.1.bb [moved from meta/recipes-devtools/go/go-cross_1.20.bb with 100% similarity]
meta/recipes-devtools/go/go-crosssdk_1.20.1.bb [moved from meta/recipes-devtools/go/go-crosssdk_1.20.bb with 100% similarity]
meta/recipes-devtools/go/go-native_1.20.1.bb [moved from meta/recipes-devtools/go/go-native_1.20.bb with 100% similarity]
meta/recipes-devtools/go/go-runtime_1.20.1.bb [moved from meta/recipes-devtools/go/go-runtime_1.20.bb with 100% similarity]
meta/recipes-devtools/go/go_1.20.1.bb [moved from meta/recipes-devtools/go/go_1.20.bb with 100% similarity]

similarity index 89%
rename from meta/recipes-devtools/go/go-1.20.inc
rename to meta/recipes-devtools/go/go-1.20.1.inc
index 139f8d1f3c13f348322ebd3b499e0bff6e87ac75..aa3e2dadf1f4d810c2856c5f2604929ed4348f0e 100644 (file)
@@ -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"
similarity index 78%
rename from meta/recipes-devtools/go/go-binary-native_1.20.bb
rename to meta/recipes-devtools/go/go-binary-native_1.20.1.bb
index ee6b84c4f576c23ce674fb10e9df6b3afb6978b0..3eb80fdcce6d8a1115ab885457cdcdbafde93884 100644 (file)
@@ -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"