diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-07-20 10:44:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-23 13:55:25 +0100 |
commit | 6963b041bc35a2a757cacc335ff73c6a2a248066 (patch) | |
tree | f01a78443970934b619011f33b6c907727aff338 /meta/recipes-devtools/go | |
parent | 96f645e4d2848a773db2adeb060c70722254c0de (diff) | |
download | poky-6963b041bc35a2a757cacc335ff73c6a2a248066.tar.gz |
go: update 1.18.3 -> 1.18.4
(From OE-Core rev: be03de98221754b8fb0c89d76b31101d097b48ae)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
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.18.4.inc (renamed from meta/recipes-devtools/go/go-1.18.3.inc) | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-binary-native_1.18.4.bb (renamed from meta/recipes-devtools/go/go-binary-native_1.18.3.bb) | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross-canadian_1.18.4.bb (renamed from meta/recipes-devtools/go/go-cross-canadian_1.18.3.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-cross_1.18.4.bb (renamed from meta/recipes-devtools/go/go-cross_1.18.3.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-crosssdk_1.18.4.bb (renamed from meta/recipes-devtools/go/go-crosssdk_1.18.3.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-native_1.18.4.bb (renamed from meta/recipes-devtools/go/go-native_1.18.3.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go-runtime_1.18.4.bb (renamed from meta/recipes-devtools/go/go-runtime_1.18.3.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/go/go_1.18.4.bb (renamed from meta/recipes-devtools/go/go_1.18.3.bb) | 0 |
8 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/go/go-1.18.3.inc b/meta/recipes-devtools/go/go-1.18.4.inc index 693b045e8f..bfda15c54f 100644 --- a/meta/recipes-devtools/go/go-1.18.3.inc +++ b/meta/recipes-devtools/go/go-1.18.4.inc | |||
@@ -15,4 +15,4 @@ SRC_URI += "\ | |||
15 | file://0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \ | 15 | file://0001-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \ |
16 | file://filter-build-paths.patch \ | 16 | file://filter-build-paths.patch \ |
17 | " | 17 | " |
18 | SRC_URI[main.sha256sum] = "0012386ddcbb5f3350e407c679923811dbd283fcdc421724931614a842ecbc2d" | 18 | SRC_URI[main.sha256sum] = "4525aa6b0e3cecb57845f4060a7075aafc9ab752bb7b6b4cf8a212d43078e1e4" |
diff --git a/meta/recipes-devtools/go/go-binary-native_1.18.3.bb b/meta/recipes-devtools/go/go-binary-native_1.18.4.bb index f207a47e90..252c467a00 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.18.3.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.18.4.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] = "956f8507b302ab0bb747613695cdae10af99bbd39a90cae522b7c0302cc27245" | 11 | SRC_URI[go_linux_amd64.sha256sum] = "c9b099b68d93f5c5c8a8844a89f8db07eaa58270e3a1e01804f17f4cf8df02f5" |
12 | SRC_URI[go_linux_arm64.sha256sum] = "beacbe1441bee4d7978b900136d1d6a71d150f0a9bb77e9d50c822065623a35a" | 12 | SRC_URI[go_linux_arm64.sha256sum] = "35014d92b50d97da41dade965df7ebeb9a715da600206aa59ce1b2d05527421f" |
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.18.3.bb b/meta/recipes-devtools/go/go-cross-canadian_1.18.4.bb index 7ac9449e47..7ac9449e47 100644 --- a/meta/recipes-devtools/go/go-cross-canadian_1.18.3.bb +++ b/meta/recipes-devtools/go/go-cross-canadian_1.18.4.bb | |||
diff --git a/meta/recipes-devtools/go/go-cross_1.18.3.bb b/meta/recipes-devtools/go/go-cross_1.18.4.bb index 80b5a03f6c..80b5a03f6c 100644 --- a/meta/recipes-devtools/go/go-cross_1.18.3.bb +++ b/meta/recipes-devtools/go/go-cross_1.18.4.bb | |||
diff --git a/meta/recipes-devtools/go/go-crosssdk_1.18.3.bb b/meta/recipes-devtools/go/go-crosssdk_1.18.4.bb index 1857c8a577..1857c8a577 100644 --- a/meta/recipes-devtools/go/go-crosssdk_1.18.3.bb +++ b/meta/recipes-devtools/go/go-crosssdk_1.18.4.bb | |||
diff --git a/meta/recipes-devtools/go/go-native_1.18.3.bb b/meta/recipes-devtools/go/go-native_1.18.4.bb index 76c0ab73a6..76c0ab73a6 100644 --- a/meta/recipes-devtools/go/go-native_1.18.3.bb +++ b/meta/recipes-devtools/go/go-native_1.18.4.bb | |||
diff --git a/meta/recipes-devtools/go/go-runtime_1.18.3.bb b/meta/recipes-devtools/go/go-runtime_1.18.4.bb index 63464a1501..63464a1501 100644 --- a/meta/recipes-devtools/go/go-runtime_1.18.3.bb +++ b/meta/recipes-devtools/go/go-runtime_1.18.4.bb | |||
diff --git a/meta/recipes-devtools/go/go_1.18.3.bb b/meta/recipes-devtools/go/go_1.18.4.bb index 98977673ee..98977673ee 100644 --- a/meta/recipes-devtools/go/go_1.18.3.bb +++ b/meta/recipes-devtools/go/go_1.18.4.bb | |||