From: wangmy Date: Tue, 8 Mar 2022 01:52:18 +0000 (+0800) Subject: go: upgrade 1.17.7 -> 1.17.8 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c375fcae8fd4c21a9f240440f9d7f31dde415e30;p=openembedded-core.git go: upgrade 1.17.7 -> 1.17.8 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/go/go-1.17.7.inc b/meta/recipes-devtools/go/go-1.17.8.inc 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 3832b65eae..649c09ec1d 100644 --- a/meta/recipes-devtools/go/go-1.17.7.inc +++ b/meta/recipes-devtools/go/go-1.17.8.inc @@ -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. diff --git a/meta/recipes-devtools/go/go-1.17/0001-allow-CC-and-CXX-to-have-multiple-words.patch b/meta/recipes-devtools/go/go-1.18/0001-allow-CC-and-CXX-to-have-multiple-words.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.17/0001-allow-CC-and-CXX-to-have-multiple-words.patch rename to meta/recipes-devtools/go/go-1.18/0001-allow-CC-and-CXX-to-have-multiple-words.patch diff --git a/meta/recipes-devtools/go/go-1.17/0001-exec.go-do-not-write-linker-flags-into-buildids.patch b/meta/recipes-devtools/go/go-1.18/0001-exec.go-do-not-write-linker-flags-into-buildids.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.17/0001-exec.go-do-not-write-linker-flags-into-buildids.patch rename to meta/recipes-devtools/go/go-1.18/0001-exec.go-do-not-write-linker-flags-into-buildids.patch diff --git a/meta/recipes-devtools/go/go-1.17/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch b/meta/recipes-devtools/go/go-1.18/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.17/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch rename to meta/recipes-devtools/go/go-1.18/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch diff --git a/meta/recipes-devtools/go/go-1.17/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch b/meta/recipes-devtools/go/go-1.18/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.17/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch rename to meta/recipes-devtools/go/go-1.18/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch diff --git a/meta/recipes-devtools/go/go-1.17/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch b/meta/recipes-devtools/go/go-1.18/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.17/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch rename to meta/recipes-devtools/go/go-1.18/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch diff --git a/meta/recipes-devtools/go/go-1.17/0004-ld-add-soname-to-shareable-objects.patch b/meta/recipes-devtools/go/go-1.18/0004-ld-add-soname-to-shareable-objects.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.17/0004-ld-add-soname-to-shareable-objects.patch rename to meta/recipes-devtools/go/go-1.18/0004-ld-add-soname-to-shareable-objects.patch diff --git a/meta/recipes-devtools/go/go-1.17/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch b/meta/recipes-devtools/go/go-1.18/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.17/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch rename to meta/recipes-devtools/go/go-1.18/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch diff --git a/meta/recipes-devtools/go/go-1.17/0006-cmd-dist-separate-host-and-target-builds.patch b/meta/recipes-devtools/go/go-1.18/0006-cmd-dist-separate-host-and-target-builds.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.17/0006-cmd-dist-separate-host-and-target-builds.patch rename to meta/recipes-devtools/go/go-1.18/0006-cmd-dist-separate-host-and-target-builds.patch diff --git a/meta/recipes-devtools/go/go-1.17/0007-cmd-go-make-GOROOT-precious-by-default.patch b/meta/recipes-devtools/go/go-1.18/0007-cmd-go-make-GOROOT-precious-by-default.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.17/0007-cmd-go-make-GOROOT-precious-by-default.patch rename to meta/recipes-devtools/go/go-1.18/0007-cmd-go-make-GOROOT-precious-by-default.patch diff --git a/meta/recipes-devtools/go/go-1.17/0008-use-GOBUILDMODE-to-set-buildmode.patch b/meta/recipes-devtools/go/go-1.18/0008-use-GOBUILDMODE-to-set-buildmode.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.17/0008-use-GOBUILDMODE-to-set-buildmode.patch rename to meta/recipes-devtools/go/go-1.18/0008-use-GOBUILDMODE-to-set-buildmode.patch diff --git a/meta/recipes-devtools/go/go-1.17/0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch b/meta/recipes-devtools/go/go-1.18/0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch similarity index 100% rename from meta/recipes-devtools/go/go-1.17/0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch rename to meta/recipes-devtools/go/go-1.18/0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch diff --git a/meta/recipes-devtools/go/go-binary-native_1.17.7.bb b/meta/recipes-devtools/go/go-binary-native_1.17.8.bb 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 c78c28f84e..1b85cd50d6 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.17.7.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.17.8.bb @@ -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\d+(\.\d+)+)\.linux" diff --git a/meta/recipes-devtools/go/go-cross-canadian_1.17.7.bb b/meta/recipes-devtools/go/go-cross-canadian_1.17.8.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross-canadian_1.17.7.bb rename to meta/recipes-devtools/go/go-cross-canadian_1.17.8.bb diff --git a/meta/recipes-devtools/go/go-cross_1.17.7.bb b/meta/recipes-devtools/go/go-cross_1.17.8.bb similarity index 100% rename from meta/recipes-devtools/go/go-cross_1.17.7.bb rename to meta/recipes-devtools/go/go-cross_1.17.8.bb diff --git a/meta/recipes-devtools/go/go-crosssdk_1.17.7.bb b/meta/recipes-devtools/go/go-crosssdk_1.17.8.bb similarity index 100% rename from meta/recipes-devtools/go/go-crosssdk_1.17.7.bb rename to meta/recipes-devtools/go/go-crosssdk_1.17.8.bb diff --git a/meta/recipes-devtools/go/go-native_1.17.7.bb b/meta/recipes-devtools/go/go-native_1.17.8.bb similarity index 100% rename from meta/recipes-devtools/go/go-native_1.17.7.bb rename to meta/recipes-devtools/go/go-native_1.17.8.bb diff --git a/meta/recipes-devtools/go/go-runtime_1.17.7.bb b/meta/recipes-devtools/go/go-runtime_1.17.8.bb similarity index 100% rename from meta/recipes-devtools/go/go-runtime_1.17.7.bb rename to meta/recipes-devtools/go/go-runtime_1.17.8.bb diff --git a/meta/recipes-devtools/go/go_1.17.7.bb b/meta/recipes-devtools/go/go_1.17.8.bb similarity index 100% rename from meta/recipes-devtools/go/go_1.17.7.bb rename to meta/recipes-devtools/go/go_1.17.8.bb