diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-05-18 12:57:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-20 22:52:22 +0100 |
commit | 8d0e9d055a187ae9559ba2aceaad96ae790c8d71 (patch) | |
tree | bc082d9860c0864d3fba11e79b4c27e6a63d3189 /meta | |
parent | 6343a4168482183ac6b73a3e7045ef5b55df0e8e (diff) | |
download | poky-8d0e9d055a187ae9559ba2aceaad96ae790c8d71.tar.gz |
go: upgrade 1.18.1 -> 1.18.2
(From OE-Core rev: 65bbbfc609c553b7ba54b63b5aab18b827c632f8)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/go/go-1.18.2.inc (renamed from meta/recipes-devtools/go/go-1.18.1.inc) | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-binary-native_1.18.2.bb (renamed from meta/recipes-devtools/go/go-binary-native_1.18.1.bb) | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross-canadian_1.18.2.bb (renamed from meta/recipes-devtools/go/go-cross-canadian_1.18.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross_1.18.2.bb (renamed from meta/recipes-devtools/go/go-cross_1.18.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-crosssdk_1.18.2.bb (renamed from meta/recipes-devtools/go/go-crosssdk_1.18.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-native_1.18.2.bb (renamed from meta/recipes-devtools/go/go-native_1.18.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-runtime_1.18.2.bb (renamed from meta/recipes-devtools/go/go-runtime_1.18.1.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go_1.18.2.bb (renamed from meta/recipes-devtools/go/go_1.18.1.bb) | 0 |
8 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/go/go-1.18.1.inc b/meta/recipes-devtools/go/go-1.18.2.inc index 64426471df..8f4f47db9e 100644 --- a/meta/recipes-devtools/go/go-1.18.1.inc +++ b/meta/recipes-devtools/go/go-1.18.2.inc | |||
@@ -14,4 +14,4 @@ SRC_URI += "\ | |||
14 | file://0001-exec.go-do-not-write-linker-flags-into-buildids.patch \ | 14 | file://0001-exec.go-do-not-write-linker-flags-into-buildids.patch \ |
15 | file://0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \ | 15 | file://0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \ |
16 | " | 16 | " |
17 | SRC_URI[main.sha256sum] = "efd43e0f1402e083b73a03d444b7b6576bb4c539ac46208b63a916b69aca4088" | 17 | SRC_URI[main.sha256sum] = "2c44d03ea2c34092137ab919ba602f2c261a038d08eb468528a3f3a28e5667e2" |
diff --git a/meta/recipes-devtools/go/go-binary-native_1.18.1.bb b/meta/recipes-devtools/go/go-binary-native_1.18.2.bb index da9f39f428..c5514c5fdf 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.18.1.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.18.2.bb | |||
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" | |||
8 | PROVIDES = "go-native" | 8 | PROVIDES = "go-native" |
9 | 9 | ||
10 | SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}" | 10 | SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}" |
11 | SRC_URI[go_linux_amd64.sha256sum] = "b3b815f47ababac13810fc6021eb73d65478e0b2db4b09d348eefad9581a2334" | 11 | SRC_URI[go_linux_amd64.sha256sum] = "e54bec97a1a5d230fc2f9ad0880fcbabb5888f30ed9666eca4a91c5a32e86cbc" |
12 | SRC_URI[go_linux_arm64.sha256sum] = "56a91851c97fb4697077abbca38860f735c32b38993ff79b088dac46e4735633" | 12 | SRC_URI[go_linux_arm64.sha256sum] = "fc4ad28d0501eaa9c9d6190de3888c9d44d8b5fb02183ce4ae93713f67b8a35b" |
13 | 13 | ||
14 | UPSTREAM_CHECK_URI = "https://golang.org/dl/" | 14 | UPSTREAM_CHECK_URI = "https://golang.org/dl/" |
15 | UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux" | 15 | UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux" |
diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.18.1.bb b/meta/recipes-devtools/go/go-cross-canadian_1.18.2.bb index 7ac9449e47..7ac9449e47 100644 --- a/meta/recipes-devtools/go/go-cross-canadian_1.18.1.bb +++ b/meta/recipes-devtools/go/go-cross-canadian_1.18.2.bb | |||
diff --git a/meta/recipes-devtools/go/go-cross_1.18.1.bb b/meta/recipes-devtools/go/go-cross_1.18.2.bb index 80b5a03f6c..80b5a03f6c 100644 --- a/meta/recipes-devtools/go/go-cross_1.18.1.bb +++ b/meta/recipes-devtools/go/go-cross_1.18.2.bb | |||
diff --git a/meta/recipes-devtools/go/go-crosssdk_1.18.1.bb b/meta/recipes-devtools/go/go-crosssdk_1.18.2.bb index 1857c8a577..1857c8a577 100644 --- a/meta/recipes-devtools/go/go-crosssdk_1.18.1.bb +++ b/meta/recipes-devtools/go/go-crosssdk_1.18.2.bb | |||
diff --git a/meta/recipes-devtools/go/go-native_1.18.1.bb b/meta/recipes-devtools/go/go-native_1.18.2.bb index 76c0ab73a6..76c0ab73a6 100644 --- a/meta/recipes-devtools/go/go-native_1.18.1.bb +++ b/meta/recipes-devtools/go/go-native_1.18.2.bb | |||
diff --git a/meta/recipes-devtools/go/go-runtime_1.18.1.bb b/meta/recipes-devtools/go/go-runtime_1.18.2.bb index 63464a1501..63464a1501 100644 --- a/meta/recipes-devtools/go/go-runtime_1.18.1.bb +++ b/meta/recipes-devtools/go/go-runtime_1.18.2.bb | |||
diff --git a/meta/recipes-devtools/go/go_1.18.1.bb b/meta/recipes-devtools/go/go_1.18.2.bb index 98977673ee..98977673ee 100644 --- a/meta/recipes-devtools/go/go_1.18.1.bb +++ b/meta/recipes-devtools/go/go_1.18.2.bb | |||