]> code.ossystems Code Review - openembedded-core.git/commitdiff
go: upgrade 1.17.7 -> 1.17.8
authorwangmy <wangmy@fujitsu.com>
Tue, 8 Mar 2022 01:52:18 +0000 (09:52 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Mar 2022 11:35:20 +0000 (11:35 +0000)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 files changed:
meta/recipes-devtools/go/go-1.17.8.inc [moved from meta/recipes-devtools/go/go-1.17.7.inc with 88% similarity]
meta/recipes-devtools/go/go-1.18/0001-allow-CC-and-CXX-to-have-multiple-words.patch [moved from meta/recipes-devtools/go/go-1.17/0001-allow-CC-and-CXX-to-have-multiple-words.patch with 100% similarity]
meta/recipes-devtools/go/go-1.18/0001-exec.go-do-not-write-linker-flags-into-buildids.patch [moved from meta/recipes-devtools/go/go-1.17/0001-exec.go-do-not-write-linker-flags-into-buildids.patch with 100% similarity]
meta/recipes-devtools/go/go-1.18/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch [moved from meta/recipes-devtools/go/go-1.17/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch with 100% similarity]
meta/recipes-devtools/go/go-1.18/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch [moved from meta/recipes-devtools/go/go-1.17/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch with 100% similarity]
meta/recipes-devtools/go/go-1.18/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch [moved from meta/recipes-devtools/go/go-1.17/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch with 100% similarity]
meta/recipes-devtools/go/go-1.18/0004-ld-add-soname-to-shareable-objects.patch [moved from meta/recipes-devtools/go/go-1.17/0004-ld-add-soname-to-shareable-objects.patch with 100% similarity]
meta/recipes-devtools/go/go-1.18/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch [moved from meta/recipes-devtools/go/go-1.17/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch with 100% similarity]
meta/recipes-devtools/go/go-1.18/0006-cmd-dist-separate-host-and-target-builds.patch [moved from meta/recipes-devtools/go/go-1.17/0006-cmd-dist-separate-host-and-target-builds.patch with 100% similarity]
meta/recipes-devtools/go/go-1.18/0007-cmd-go-make-GOROOT-precious-by-default.patch [moved from meta/recipes-devtools/go/go-1.17/0007-cmd-go-make-GOROOT-precious-by-default.patch with 100% similarity]
meta/recipes-devtools/go/go-1.18/0008-use-GOBUILDMODE-to-set-buildmode.patch [moved from meta/recipes-devtools/go/go-1.17/0008-use-GOBUILDMODE-to-set-buildmode.patch with 100% similarity]
meta/recipes-devtools/go/go-1.18/0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch [moved from meta/recipes-devtools/go/go-1.17/0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch with 100% similarity]
meta/recipes-devtools/go/go-binary-native_1.17.8.bb [moved from meta/recipes-devtools/go/go-binary-native_1.17.7.bb with 83% similarity]
meta/recipes-devtools/go/go-cross-canadian_1.17.8.bb [moved from meta/recipes-devtools/go/go-cross-canadian_1.17.7.bb with 100% similarity]
meta/recipes-devtools/go/go-cross_1.17.8.bb [moved from meta/recipes-devtools/go/go-cross_1.17.7.bb with 100% similarity]
meta/recipes-devtools/go/go-crosssdk_1.17.8.bb [moved from meta/recipes-devtools/go/go-crosssdk_1.17.7.bb with 100% similarity]
meta/recipes-devtools/go/go-native_1.17.8.bb [moved from meta/recipes-devtools/go/go-native_1.17.7.bb with 100% similarity]
meta/recipes-devtools/go/go-runtime_1.17.8.bb [moved from meta/recipes-devtools/go/go-runtime_1.17.7.bb with 100% similarity]
meta/recipes-devtools/go/go_1.17.8.bb [moved from meta/recipes-devtools/go/go_1.17.7.bb with 100% similarity]

similarity index 88%
rename from meta/recipes-devtools/go/go-1.17.7.inc
rename to meta/recipes-devtools/go/go-1.17.8.inc
index 3832b65eae06f891b1ff9301c38f2684c2c26d0a..649c09ec1d0fb777096b52e8c4abe165cf1a42eb 100644 (file)
@@ -1,6 +1,6 @@
 require go-common.inc
 
-FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go-1.17:"
+FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go-1.18:"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
 
@@ -17,7 +17,7 @@ SRC_URI += "\
     file://0001-exec.go-do-not-write-linker-flags-into-buildids.patch \
     file://0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \
 "
-SRC_URI[main.sha256sum] = "c108cd33b73b1911a02b697741df3dea43e01a5c4e08e409e8b3a0e3745d2b4d"
+SRC_URI[main.sha256sum] = "2effcd898140da79a061f3784ca4f8d8b13d811fb2abe9dad2404442dabbdf7a"
 
 # Upstream don't believe it is a signifiant real world issue and will only
 # fix in 1.17 onwards where we can drop this.
similarity index 83%
rename from meta/recipes-devtools/go/go-binary-native_1.17.7.bb
rename to meta/recipes-devtools/go/go-binary-native_1.17.8.bb
index c78c28f84e1ec99a52e33dcbe8992156fce972ad..1b85cd50d61cbc00cc99a271720f0fc65e8e0312 100644 (file)
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
 PROVIDES = "go-native"
 
 SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GOTUPLE}"
-SRC_URI[go_linux_amd64.sha256sum] = "02b111284bedbfa35a7e5b74a06082d18632eff824fd144312f6063943d49259"
-SRC_URI[go_linux_arm64.sha256sum] = "a5aa1ed17d45ee1d58b4a4099b12f8942acbd1dd09b2e9a6abb1c4898043c5f5"
+SRC_URI[go_linux_amd64.sha256sum] = "980e65a863377e69fd9b67df9d8395fd8e93858e7a24c9f55803421e453f4f99"
+SRC_URI[go_linux_arm64.sha256sum] = "57a9171682e297df1a5bd287be056ed0280195ad079af90af16dcad4f64710cb"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"