]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
go: update 1.18 -> 1.18.1
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 27 Apr 2022 08:40:01 +0000 (10:40 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Apr 2022 10:44:50 +0000 (11:44 +0100)
Do not version patch directories; we carry only one version of go.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 files changed:
meta/recipes-devtools/go/go-1.18.1.inc [moved from meta/recipes-devtools/go/go-1.18.inc with 82% similarity]
meta/recipes-devtools/go/go-binary-native_1.18.1.bb [moved from meta/recipes-devtools/go/go-binary-native_1.18.bb with 83% similarity]
meta/recipes-devtools/go/go-cross-canadian_1.18.1.bb [moved from meta/recipes-devtools/go/go-cross-canadian_1.18.bb with 100% similarity]
meta/recipes-devtools/go/go-cross_1.18.1.bb [moved from meta/recipes-devtools/go/go-cross_1.18.bb with 100% similarity]
meta/recipes-devtools/go/go-crosssdk_1.18.1.bb [moved from meta/recipes-devtools/go/go-crosssdk_1.18.bb with 100% similarity]
meta/recipes-devtools/go/go-native_1.18.1.bb [moved from meta/recipes-devtools/go/go-native_1.18.bb with 100% similarity]
meta/recipes-devtools/go/go-runtime_1.18.1.bb [moved from meta/recipes-devtools/go/go-runtime_1.18.bb with 100% similarity]
meta/recipes-devtools/go/go/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch [moved from meta/recipes-devtools/go/go-1.18/0001-cmd-go-make-content-based-hash-generation-less-pedan.patch with 100% similarity]
meta/recipes-devtools/go/go/0001-exec.go-do-not-write-linker-flags-into-buildids.patch [moved from meta/recipes-devtools/go/go-1.18/0001-exec.go-do-not-write-linker-flags-into-buildids.patch with 100% similarity]
meta/recipes-devtools/go/go/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch [moved from meta/recipes-devtools/go/go-1.18/0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch with 100% similarity]
meta/recipes-devtools/go/go/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch [moved from meta/recipes-devtools/go/go-1.18/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch with 100% similarity]
meta/recipes-devtools/go/go/0004-ld-add-soname-to-shareable-objects.patch [moved from meta/recipes-devtools/go/go-1.18/0004-ld-add-soname-to-shareable-objects.patch with 100% similarity]
meta/recipes-devtools/go/go/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch [moved from meta/recipes-devtools/go/go-1.18/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch with 100% similarity]
meta/recipes-devtools/go/go/0006-cmd-dist-separate-host-and-target-builds.patch [moved from meta/recipes-devtools/go/go-1.18/0006-cmd-dist-separate-host-and-target-builds.patch with 100% similarity]
meta/recipes-devtools/go/go/0007-cmd-go-make-GOROOT-precious-by-default.patch [moved from meta/recipes-devtools/go/go-1.18/0007-cmd-go-make-GOROOT-precious-by-default.patch with 100% similarity]
meta/recipes-devtools/go/go_1.18.1.bb [moved from meta/recipes-devtools/go/go_1.18.bb with 100% similarity]

similarity index 82%
rename from meta/recipes-devtools/go/go-1.18.inc
rename to meta/recipes-devtools/go/go-1.18.1.inc
index 54e241af10c8a13891360e0cf11436fc204ea1a3..64426471df51d817c5d09f13ffdb4b7e1d1fcb68 100644 (file)
@@ -1,6 +1,6 @@
 require go-common.inc
 
-FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go-1.18:"
+FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go:"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
 
@@ -14,4 +14,4 @@ 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] = "38f423db4cc834883f2b52344282fa7a39fbb93650dc62a11fdf0be6409bdad6"
+SRC_URI[main.sha256sum] = "efd43e0f1402e083b73a03d444b7b6576bb4c539ac46208b63a916b69aca4088"
similarity index 83%
rename from meta/recipes-devtools/go/go-binary-native_1.18.bb
rename to meta/recipes-devtools/go/go-binary-native_1.18.1.bb
index 500bb4ddcc05db9c4f531194be79a76260ece8c5..da9f39f4280b0b6b86a59d5c392ff807388f860e 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] = "e85278e98f57cdb150fe8409e6e5df5343ecb13cebf03a5d5ff12bd55a80264f"
-SRC_URI[go_linux_arm64.sha256sum] = "7ac7b396a691e588c5fb57687759e6c4db84a2a3bbebb0765f4b38e5b1c5b00e"
+SRC_URI[go_linux_amd64.sha256sum] = "b3b815f47ababac13810fc6021eb73d65478e0b2db4b09d348eefad9581a2334"
+SRC_URI[go_linux_arm64.sha256sum] = "56a91851c97fb4697077abbca38860f735c32b38993ff79b088dac46e4735633"
 
 UPSTREAM_CHECK_URI = "https://golang.org/dl/"
 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"