diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-06-21 22:16:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-22 22:40:28 +0100 |
commit | 606a17234d8c5ea2f11c3b10439f90bb14dedfa5 (patch) | |
tree | abe40298a81d8e5d873b4d3255b0e4336ed2d0cd /meta/recipes-devtools/go | |
parent | 940eaf2f98235b3891aa03c0d702b4e057ab2f8f (diff) | |
download | poky-606a17234d8c5ea2f11c3b10439f90bb14dedfa5.tar.gz |
go: update 1.18.2 -> 1.18.3
(From OE-Core rev: 667264b82156219f9ac50dbb013683ac4fbe0fad)
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/recipes-devtools/go')
-rw-r--r-- | meta/recipes-devtools/go/go-1.18.3.inc (renamed from meta/recipes-devtools/go/go-1.18.2.inc) | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-binary-native_1.18.3.bb (renamed from meta/recipes-devtools/go/go-binary-native_1.18.2.bb) | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross-canadian_1.18.3.bb (renamed from meta/recipes-devtools/go/go-cross-canadian_1.18.2.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross_1.18.3.bb (renamed from meta/recipes-devtools/go/go-cross_1.18.2.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-crosssdk_1.18.3.bb (renamed from meta/recipes-devtools/go/go-crosssdk_1.18.2.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-native_1.18.3.bb (renamed from meta/recipes-devtools/go/go-native_1.18.2.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-runtime_1.18.3.bb (renamed from meta/recipes-devtools/go/go-runtime_1.18.2.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go_1.18.3.bb (renamed from meta/recipes-devtools/go/go_1.18.2.bb) | 0 |
8 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/go/go-1.18.2.inc b/meta/recipes-devtools/go/go-1.18.3.inc index 8f4f47db9e..68062952ca 100644 --- a/meta/recipes-devtools/go/go-1.18.2.inc +++ b/meta/recipes-devtools/go/go-1.18.3.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] = "2c44d03ea2c34092137ab919ba602f2c261a038d08eb468528a3f3a28e5667e2" | 17 | SRC_URI[main.sha256sum] = "0012386ddcbb5f3350e407c679923811dbd283fcdc421724931614a842ecbc2d" |
diff --git a/meta/recipes-devtools/go/go-binary-native_1.18.2.bb b/meta/recipes-devtools/go/go-binary-native_1.18.3.bb index c5514c5fdf..f207a47e90 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.18.2.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.18.3.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] = "e54bec97a1a5d230fc2f9ad0880fcbabb5888f30ed9666eca4a91c5a32e86cbc" | 11 | SRC_URI[go_linux_amd64.sha256sum] = "956f8507b302ab0bb747613695cdae10af99bbd39a90cae522b7c0302cc27245" |
12 | SRC_URI[go_linux_arm64.sha256sum] = "fc4ad28d0501eaa9c9d6190de3888c9d44d8b5fb02183ce4ae93713f67b8a35b" | 12 | SRC_URI[go_linux_arm64.sha256sum] = "beacbe1441bee4d7978b900136d1d6a71d150f0a9bb77e9d50c822065623a35a" |
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.2.bb b/meta/recipes-devtools/go/go-cross-canadian_1.18.3.bb index 7ac9449e47..7ac9449e47 100644 --- a/meta/recipes-devtools/go/go-cross-canadian_1.18.2.bb +++ b/meta/recipes-devtools/go/go-cross-canadian_1.18.3.bb | |||
diff --git a/meta/recipes-devtools/go/go-cross_1.18.2.bb b/meta/recipes-devtools/go/go-cross_1.18.3.bb index 80b5a03f6c..80b5a03f6c 100644 --- a/meta/recipes-devtools/go/go-cross_1.18.2.bb +++ b/meta/recipes-devtools/go/go-cross_1.18.3.bb | |||
diff --git a/meta/recipes-devtools/go/go-crosssdk_1.18.2.bb b/meta/recipes-devtools/go/go-crosssdk_1.18.3.bb index 1857c8a577..1857c8a577 100644 --- a/meta/recipes-devtools/go/go-crosssdk_1.18.2.bb +++ b/meta/recipes-devtools/go/go-crosssdk_1.18.3.bb | |||
diff --git a/meta/recipes-devtools/go/go-native_1.18.2.bb b/meta/recipes-devtools/go/go-native_1.18.3.bb index 76c0ab73a6..76c0ab73a6 100644 --- a/meta/recipes-devtools/go/go-native_1.18.2.bb +++ b/meta/recipes-devtools/go/go-native_1.18.3.bb | |||
diff --git a/meta/recipes-devtools/go/go-runtime_1.18.2.bb b/meta/recipes-devtools/go/go-runtime_1.18.3.bb index 63464a1501..63464a1501 100644 --- a/meta/recipes-devtools/go/go-runtime_1.18.2.bb +++ b/meta/recipes-devtools/go/go-runtime_1.18.3.bb | |||
diff --git a/meta/recipes-devtools/go/go_1.18.2.bb b/meta/recipes-devtools/go/go_1.18.3.bb index 98977673ee..98977673ee 100644 --- a/meta/recipes-devtools/go/go_1.18.2.bb +++ b/meta/recipes-devtools/go/go_1.18.3.bb | |||