diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-12-15 23:40:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-17 09:56:14 +0000 |
commit | c3183a69c4d03884c7544534191d202bd2488c10 (patch) | |
tree | e291636852ad2014f30803943e12dd60e9c7cc31 /meta/recipes-devtools/go | |
parent | 05733e2c6b67f383983ca368c86df6567df147e5 (diff) | |
download | poky-c3183a69c4d03884c7544534191d202bd2488c10.tar.gz |
go: upgrade 1.17.4 -> 1.17.5
(From OE-Core rev: 00da24376f4214f30d3eb775d990080b49bb5d3c)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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.17.5.inc (renamed from meta/recipes-devtools/go/go-1.17.4.inc) | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-binary-native_1.17.5.bb (renamed from meta/recipes-devtools/go/go-binary-native_1.17.4.bb) | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross-canadian_1.17.5.bb (renamed from meta/recipes-devtools/go/go-cross-canadian_1.17.4.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross_1.17.5.bb (renamed from meta/recipes-devtools/go/go-cross_1.17.4.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-crosssdk_1.17.5.bb (renamed from meta/recipes-devtools/go/go-crosssdk_1.17.4.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-native_1.17.5.bb (renamed from meta/recipes-devtools/go/go-native_1.17.4.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-runtime_1.17.5.bb (renamed from meta/recipes-devtools/go/go-runtime_1.17.4.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go_1.17.5.bb (renamed from meta/recipes-devtools/go/go_1.17.4.bb) | 0 |
8 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/go/go-1.17.4.inc b/meta/recipes-devtools/go/go-1.17.5.inc index 5c4423ac18..baddd3b215 100644 --- a/meta/recipes-devtools/go/go-1.17.4.inc +++ b/meta/recipes-devtools/go/go-1.17.5.inc | |||
@@ -15,7 +15,7 @@ SRC_URI += "\ | |||
15 | file://0008-use-GOBUILDMODE-to-set-buildmode.patch \ | 15 | file://0008-use-GOBUILDMODE-to-set-buildmode.patch \ |
16 | file://0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch \ | 16 | file://0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch \ |
17 | " | 17 | " |
18 | SRC_URI[main.sha256sum] = "4bef3699381ef09e075628504187416565d710660fec65b057edf1ceb187fc4b" | 18 | SRC_URI[main.sha256sum] = "3defb9a09bed042403195e872dcbc8c6fae1485963332279668ec52e80a95a2d" |
19 | 19 | ||
20 | # Upstream don't believe it is a signifiant real world issue and will only | 20 | # Upstream don't believe it is a signifiant real world issue and will only |
21 | # fix in 1.17 onwards where we can drop this. | 21 | # fix in 1.17 onwards where we can drop this. |
diff --git a/meta/recipes-devtools/go/go-binary-native_1.17.4.bb b/meta/recipes-devtools/go/go-binary-native_1.17.5.bb index 8d8142ce1d..f07d299b40 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.17.4.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.17.5.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] = "adab2483f644e2f8a10ae93122f0018cef525ca48d0b8764dae87cb5f4fd4206" | 11 | SRC_URI[go_linux_amd64.sha256sum] = "bd78114b0d441b029c8fe0341f4910370925a4d270a6a590668840675b0c653e" |
12 | SRC_URI[go_linux_arm64.sha256sum] = "617a46bd083e59877bb5680998571b3ddd4f6dcdaf9f8bf65ad4edc8f3eafb13" | 12 | SRC_URI[go_linux_arm64.sha256sum] = "6f95ce3da40d9ce1355e48f31f4eb6508382415ca4d7413b1e7a3314e6430e7e" |
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.17.4.bb b/meta/recipes-devtools/go/go-cross-canadian_1.17.5.bb index 7ac9449e47..7ac9449e47 100644 --- a/meta/recipes-devtools/go/go-cross-canadian_1.17.4.bb +++ b/meta/recipes-devtools/go/go-cross-canadian_1.17.5.bb | |||
diff --git a/meta/recipes-devtools/go/go-cross_1.17.4.bb b/meta/recipes-devtools/go/go-cross_1.17.5.bb index 80b5a03f6c..80b5a03f6c 100644 --- a/meta/recipes-devtools/go/go-cross_1.17.4.bb +++ b/meta/recipes-devtools/go/go-cross_1.17.5.bb | |||
diff --git a/meta/recipes-devtools/go/go-crosssdk_1.17.4.bb b/meta/recipes-devtools/go/go-crosssdk_1.17.5.bb index 1857c8a577..1857c8a577 100644 --- a/meta/recipes-devtools/go/go-crosssdk_1.17.4.bb +++ b/meta/recipes-devtools/go/go-crosssdk_1.17.5.bb | |||
diff --git a/meta/recipes-devtools/go/go-native_1.17.4.bb b/meta/recipes-devtools/go/go-native_1.17.5.bb index ffe4ef3523..ffe4ef3523 100644 --- a/meta/recipes-devtools/go/go-native_1.17.4.bb +++ b/meta/recipes-devtools/go/go-native_1.17.5.bb | |||
diff --git a/meta/recipes-devtools/go/go-runtime_1.17.4.bb b/meta/recipes-devtools/go/go-runtime_1.17.5.bb index 63464a1501..63464a1501 100644 --- a/meta/recipes-devtools/go/go-runtime_1.17.4.bb +++ b/meta/recipes-devtools/go/go-runtime_1.17.5.bb | |||
diff --git a/meta/recipes-devtools/go/go_1.17.4.bb b/meta/recipes-devtools/go/go_1.17.5.bb index 34dc89bb0c..34dc89bb0c 100644 --- a/meta/recipes-devtools/go/go_1.17.4.bb +++ b/meta/recipes-devtools/go/go_1.17.5.bb | |||