diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2023-10-09 16:40:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-12 07:53:40 +0100 |
commit | d87930ab8e3ec9e6d174ba238362fff7f6790f6f (patch) | |
tree | 3a65cf131988786db339320e6f6650e620e785db /meta/recipes-devtools/go | |
parent | 1e03705deb10f089739bb8bd6db3d61e1ea8b5ac (diff) | |
download | poky-d87930ab8e3ec9e6d174ba238362fff7f6790f6f.tar.gz |
go: update 1.20.8 -> 1.20.9
Upgrade to latest 1.20.x release [1]:
$ git log --oneline go1.20.8..go1.20.9
68f9a6e2ad (tag: go1.20.9) [release-branch.go1.20] go1.20.9
31d5b604ac [release-branch.go1.20] cmd/compile: use absolute file name in isCgo check
83dce45959 [release-branch.go1.20] cmd/link: suppress -bind_at_load deprecation warning for ld-prime
08c544db98 [release-branch.go1.20] cmd/link: disable DWARF by default in c-shared mode on darwin
071f03a8e5 [release-branch.go1.20] cmd/link: force old Apple linker in plugin mode
[1] https://github.com/golang/go/compare/go1.20.8...go1.20.9
(From OE-Core rev: 7962b93a53f928cd618016fa600ccefb2d57c28d)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
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.9.inc (renamed from meta/recipes-devtools/go/go-1.20.8.inc) | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-binary-native_1.20.9.bb (renamed from meta/recipes-devtools/go/go-binary-native_1.20.8.bb) | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross-canadian_1.20.9.bb (renamed from meta/recipes-devtools/go/go-cross-canadian_1.20.8.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross_1.20.9.bb (renamed from meta/recipes-devtools/go/go-cross_1.20.8.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-crosssdk_1.20.9.bb (renamed from meta/recipes-devtools/go/go-crosssdk_1.20.8.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-native_1.20.9.bb (renamed from meta/recipes-devtools/go/go-native_1.20.8.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-runtime_1.20.9.bb (renamed from meta/recipes-devtools/go/go-runtime_1.20.8.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go_1.20.9.bb (renamed from meta/recipes-devtools/go/go_1.20.8.bb) | 0 |
8 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/go/go-1.20.8.inc b/meta/recipes-devtools/go/go-1.20.9.inc index 958d751323..775208c007 100644 --- a/meta/recipes-devtools/go/go-1.20.8.inc +++ b/meta/recipes-devtools/go/go-1.20.9.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] = "38d71714fa5279f97240451956d8e47e3c1b6a5de7cb84137949d62b5dd3182e" | 18 | SRC_URI[main.sha256sum] = "4923920381cd71d68b527761afefa523ea18c5831b4795034c827e18b685cdcf" |
diff --git a/meta/recipes-devtools/go/go-binary-native_1.20.8.bb b/meta/recipes-devtools/go/go-binary-native_1.20.9.bb index cd6dbcb5e9..3fcb923ca0 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.20.8.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.20.9.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] = "cc97c28d9c252fbf28f91950d830201aa403836cbed702a05932e63f7f0c7bc4" | 12 | SRC_URI[go_linux_amd64.sha256sum] = "8921369701afa749b07232d2c34d514510c32dbfd79c65adb379451b5f0d7216" |
13 | SRC_URI[go_linux_arm64.sha256sum] = "15ab379c6a2b0d086fe3e74be4599420e66549edf7426a300ee0f3809500f89e" | 13 | SRC_URI[go_linux_arm64.sha256sum] = "da7fca78f85b90b495382cd74b2d0a1c0b6aaa200e7feb27ae7198352b2317fa" |
14 | SRC_URI[go_linux_ppc64le.sha256sum] = "a5034a9c7eac6c5bcc650c2605c5edb4039c7b6064e2a2ea43c415c8af91f5f6" | 14 | SRC_URI[go_linux_ppc64le.sha256sum] = "2db0628914522d9d2dbc7070877131dd9d1f8f74387f2f32314b5cfb5e45ff82" |
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.8.bb b/meta/recipes-devtools/go/go-cross-canadian_1.20.9.bb index 7ac9449e47..7ac9449e47 100644 --- a/meta/recipes-devtools/go/go-cross-canadian_1.20.8.bb +++ b/meta/recipes-devtools/go/go-cross-canadian_1.20.9.bb | |||
diff --git a/meta/recipes-devtools/go/go-cross_1.20.8.bb b/meta/recipes-devtools/go/go-cross_1.20.9.bb index 80b5a03f6c..80b5a03f6c 100644 --- a/meta/recipes-devtools/go/go-cross_1.20.8.bb +++ b/meta/recipes-devtools/go/go-cross_1.20.9.bb | |||
diff --git a/meta/recipes-devtools/go/go-crosssdk_1.20.8.bb b/meta/recipes-devtools/go/go-crosssdk_1.20.9.bb index 1857c8a577..1857c8a577 100644 --- a/meta/recipes-devtools/go/go-crosssdk_1.20.8.bb +++ b/meta/recipes-devtools/go/go-crosssdk_1.20.9.bb | |||
diff --git a/meta/recipes-devtools/go/go-native_1.20.8.bb b/meta/recipes-devtools/go/go-native_1.20.9.bb index ddf25b2c9b..ddf25b2c9b 100644 --- a/meta/recipes-devtools/go/go-native_1.20.8.bb +++ b/meta/recipes-devtools/go/go-native_1.20.9.bb | |||
diff --git a/meta/recipes-devtools/go/go-runtime_1.20.8.bb b/meta/recipes-devtools/go/go-runtime_1.20.9.bb index 63464a1501..63464a1501 100644 --- a/meta/recipes-devtools/go/go-runtime_1.20.8.bb +++ b/meta/recipes-devtools/go/go-runtime_1.20.9.bb | |||
diff --git a/meta/recipes-devtools/go/go_1.20.8.bb b/meta/recipes-devtools/go/go_1.20.9.bb index 46f5fbc6be..46f5fbc6be 100644 --- a/meta/recipes-devtools/go/go_1.20.8.bb +++ b/meta/recipes-devtools/go/go_1.20.9.bb | |||