diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-02-19 20:30:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-20 15:18:30 +0000 |
commit | 088a0ab9c57c5d7c3efda03d62c9784745b64e00 (patch) | |
tree | 8795dfc3160bf64e41aafd53034ee011083d963e /meta/recipes-devtools/go | |
parent | 9b4396e476469e31469417d3752d71f9373e9b76 (diff) | |
download | poky-088a0ab9c57c5d7c3efda03d62c9784745b64e00.tar.gz |
go: update 1.20 -> 1.20.1
(From OE-Core rev: 257d508268719bd90ed81b61a04b756ba78ec1bd)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go')
-rw-r--r-- | meta/recipes-devtools/go/go-1.20.1.inc (renamed from meta/recipes-devtools/go/go-1.20.inc) | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-binary-native_1.20.1.bb (renamed from meta/recipes-devtools/go/go-binary-native_1.20.bb) | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross-canadian_1.20.1.bb (renamed from meta/recipes-devtools/go/go-cross-canadian_1.20.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross_1.20.1.bb (renamed from meta/recipes-devtools/go/go-cross_1.20.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-crosssdk_1.20.1.bb (renamed from meta/recipes-devtools/go/go-crosssdk_1.20.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-native_1.20.1.bb (renamed from meta/recipes-devtools/go/go-native_1.20.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-runtime_1.20.1.bb (renamed from meta/recipes-devtools/go/go-runtime_1.20.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go_1.20.1.bb (renamed from meta/recipes-devtools/go/go_1.20.bb) | 0 |
8 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/go/go-1.20.inc b/meta/recipes-devtools/go/go-1.20.1.inc index 139f8d1f3c..aa3e2dadf1 100644 --- a/meta/recipes-devtools/go/go-1.20.inc +++ b/meta/recipes-devtools/go/go-1.20.1.inc | |||
@@ -15,4 +15,4 @@ SRC_URI += "\ | |||
15 | file://0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \ | 15 | file://0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \ |
16 | file://0009-go-Filter-build-paths-on-staticly-linked-arches.patch \ | 16 | file://0009-go-Filter-build-paths-on-staticly-linked-arches.patch \ |
17 | " | 17 | " |
18 | SRC_URI[main.sha256sum] = "3a29ff0421beaf6329292b8a46311c9fbf06c800077ceddef5fb7f8d5b1ace33" | 18 | SRC_URI[main.sha256sum] = "b5c1a3af52c385a6d1c76aed5361cf26459023980d0320de7658bae3915831a2" |
diff --git a/meta/recipes-devtools/go/go-binary-native_1.20.bb b/meta/recipes-devtools/go/go-binary-native_1.20.1.bb index ee6b84c4f5..3eb80fdcce 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.20.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.20.1.bb | |||
@@ -9,9 +9,9 @@ PROVIDES = "go-native" | |||
9 | 9 | ||
10 | # Checksums available at https://go.dev/dl/ | 10 | # Checksums available at https://go.dev/dl/ |
11 | SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}" | 11 | SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}" |
12 | SRC_URI[go_linux_amd64.sha256sum] = "5a9ebcc65c1cce56e0d2dc616aff4c4cedcfbda8cc6f0288cc08cda3b18dcbf1" | 12 | SRC_URI[go_linux_amd64.sha256sum] = "000a5b1fca4f75895f78befeb2eecf10bfff3c428597f3f1e69133b63b911b02" |
13 | SRC_URI[go_linux_arm64.sha256sum] = "17700b6e5108e2a2c3b1a43cd865d3f9c66b7f1c5f0cec26d3672cc131cc0994" | 13 | SRC_URI[go_linux_arm64.sha256sum] = "5e5e2926733595e6f3c5b5ad1089afac11c1490351855e87849d0e7702b1ec2e" |
14 | SRC_URI[go_linux_ppc64le.sha256sum] = "bccbf89c83e0aab2911e57217159bf0fc49bb07c6eebd2c23ae30af18fc5368b" | 14 | SRC_URI[go_linux_ppc64le.sha256sum] = "85cfd4b89b48c94030783b6e9e619e35557862358b846064636361421d0b0c52" |
15 | 15 | ||
16 | UPSTREAM_CHECK_URI = "https://golang.org/dl/" | 16 | UPSTREAM_CHECK_URI = "https://golang.org/dl/" |
17 | UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux" | 17 | UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux" |
diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.20.bb b/meta/recipes-devtools/go/go-cross-canadian_1.20.1.bb index 7ac9449e47..7ac9449e47 100644 --- a/meta/recipes-devtools/go/go-cross-canadian_1.20.bb +++ b/meta/recipes-devtools/go/go-cross-canadian_1.20.1.bb | |||
diff --git a/meta/recipes-devtools/go/go-cross_1.20.bb b/meta/recipes-devtools/go/go-cross_1.20.1.bb index 80b5a03f6c..80b5a03f6c 100644 --- a/meta/recipes-devtools/go/go-cross_1.20.bb +++ b/meta/recipes-devtools/go/go-cross_1.20.1.bb | |||
diff --git a/meta/recipes-devtools/go/go-crosssdk_1.20.bb b/meta/recipes-devtools/go/go-crosssdk_1.20.1.bb index 1857c8a577..1857c8a577 100644 --- a/meta/recipes-devtools/go/go-crosssdk_1.20.bb +++ b/meta/recipes-devtools/go/go-crosssdk_1.20.1.bb | |||
diff --git a/meta/recipes-devtools/go/go-native_1.20.bb b/meta/recipes-devtools/go/go-native_1.20.1.bb index ddf25b2c9b..ddf25b2c9b 100644 --- a/meta/recipes-devtools/go/go-native_1.20.bb +++ b/meta/recipes-devtools/go/go-native_1.20.1.bb | |||
diff --git a/meta/recipes-devtools/go/go-runtime_1.20.bb b/meta/recipes-devtools/go/go-runtime_1.20.1.bb index 63464a1501..63464a1501 100644 --- a/meta/recipes-devtools/go/go-runtime_1.20.bb +++ b/meta/recipes-devtools/go/go-runtime_1.20.1.bb | |||
diff --git a/meta/recipes-devtools/go/go_1.20.bb b/meta/recipes-devtools/go/go_1.20.1.bb index 587ee55944..587ee55944 100644 --- a/meta/recipes-devtools/go/go_1.20.bb +++ b/meta/recipes-devtools/go/go_1.20.1.bb | |||