diff options
author | wangmy <wangmy@fujitsu.com> | 2022-02-14 22:27:26 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-18 11:47:26 +0000 |
commit | 3858855d0d9cdabc605eab76111494219624be84 (patch) | |
tree | 047153c569f731aaffeb859a8029d386aab4edff /meta | |
parent | eb72e3c3815bf402d2c993ef7692bee27e775372 (diff) | |
download | poky-3858855d0d9cdabc605eab76111494219624be84.tar.gz |
go: upgrade 1.17.6 -> 1.17.7
(From OE-Core rev: e1a1b201c4a850ae116d88975df3fdab4dea6945)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/go/go-1.17.7.inc (renamed from meta/recipes-devtools/go/go-1.17.6.inc) | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-binary-native_1.17.7.bb (renamed from meta/recipes-devtools/go/go-binary-native_1.17.6.bb) | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross-canadian_1.17.7.bb (renamed from meta/recipes-devtools/go/go-cross-canadian_1.17.6.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross_1.17.7.bb (renamed from meta/recipes-devtools/go/go-cross_1.17.6.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-crosssdk_1.17.7.bb (renamed from meta/recipes-devtools/go/go-crosssdk_1.17.6.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-native_1.17.7.bb (renamed from meta/recipes-devtools/go/go-native_1.17.6.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-runtime_1.17.7.bb (renamed from meta/recipes-devtools/go/go-runtime_1.17.6.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go_1.17.7.bb (renamed from meta/recipes-devtools/go/go_1.17.6.bb) | 0 |
8 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/go/go-1.17.6.inc b/meta/recipes-devtools/go/go-1.17.7.inc index 3ea23e0320..e8c8c031ae 100644 --- a/meta/recipes-devtools/go/go-1.17.6.inc +++ b/meta/recipes-devtools/go/go-1.17.7.inc | |||
@@ -17,7 +17,7 @@ SRC_URI += "\ | |||
17 | file://0001-exec.go-do-not-write-linker-flags-into-buildids.patch \ | 17 | file://0001-exec.go-do-not-write-linker-flags-into-buildids.patch \ |
18 | file://0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \ | 18 | file://0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \ |
19 | " | 19 | " |
20 | SRC_URI[main.sha256sum] = "4dc1bbf3ff61f0c1ff2b19355e6d88151a70126268a47c761477686ef94748c8" | 20 | SRC_URI[main.sha256sum] = "c108cd33b73b1911a02b697741df3dea43e01a5c4e08e409e8b3a0e3745d2b4d" |
21 | 21 | ||
22 | # Upstream don't believe it is a signifiant real world issue and will only | 22 | # Upstream don't believe it is a signifiant real world issue and will only |
23 | # fix in 1.17 onwards where we can drop this. | 23 | # fix in 1.17 onwards where we can drop this. |
diff --git a/meta/recipes-devtools/go/go-binary-native_1.17.6.bb b/meta/recipes-devtools/go/go-binary-native_1.17.7.bb index 674f9176af..c78c28f84e 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.17.6.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.17.7.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] = "231654bbf2dab3d86c1619ce799e77b03d96f9b50770297c8f4dff8836fc8ca2" | 11 | SRC_URI[go_linux_amd64.sha256sum] = "02b111284bedbfa35a7e5b74a06082d18632eff824fd144312f6063943d49259" |
12 | SRC_URI[go_linux_arm64.sha256sum] = "82c1a033cce9bc1b47073fd6285233133040f0378439f3c4659fe77cc534622a" | 12 | SRC_URI[go_linux_arm64.sha256sum] = "a5aa1ed17d45ee1d58b4a4099b12f8942acbd1dd09b2e9a6abb1c4898043c5f5" |
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.6.bb b/meta/recipes-devtools/go/go-cross-canadian_1.17.7.bb index 7ac9449e47..7ac9449e47 100644 --- a/meta/recipes-devtools/go/go-cross-canadian_1.17.6.bb +++ b/meta/recipes-devtools/go/go-cross-canadian_1.17.7.bb | |||
diff --git a/meta/recipes-devtools/go/go-cross_1.17.6.bb b/meta/recipes-devtools/go/go-cross_1.17.7.bb index 80b5a03f6c..80b5a03f6c 100644 --- a/meta/recipes-devtools/go/go-cross_1.17.6.bb +++ b/meta/recipes-devtools/go/go-cross_1.17.7.bb | |||
diff --git a/meta/recipes-devtools/go/go-crosssdk_1.17.6.bb b/meta/recipes-devtools/go/go-crosssdk_1.17.7.bb index 1857c8a577..1857c8a577 100644 --- a/meta/recipes-devtools/go/go-crosssdk_1.17.6.bb +++ b/meta/recipes-devtools/go/go-crosssdk_1.17.7.bb | |||
diff --git a/meta/recipes-devtools/go/go-native_1.17.6.bb b/meta/recipes-devtools/go/go-native_1.17.7.bb index ffe4ef3523..ffe4ef3523 100644 --- a/meta/recipes-devtools/go/go-native_1.17.6.bb +++ b/meta/recipes-devtools/go/go-native_1.17.7.bb | |||
diff --git a/meta/recipes-devtools/go/go-runtime_1.17.6.bb b/meta/recipes-devtools/go/go-runtime_1.17.7.bb index 63464a1501..63464a1501 100644 --- a/meta/recipes-devtools/go/go-runtime_1.17.6.bb +++ b/meta/recipes-devtools/go/go-runtime_1.17.7.bb | |||
diff --git a/meta/recipes-devtools/go/go_1.17.6.bb b/meta/recipes-devtools/go/go_1.17.7.bb index 34dc89bb0c..34dc89bb0c 100644 --- a/meta/recipes-devtools/go/go_1.17.6.bb +++ b/meta/recipes-devtools/go/go_1.17.7.bb | |||