diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-12-07 14:07:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-08 20:22:11 +0000 |
commit | 20846102156418f187e977ab0bbd557525bbc4e1 (patch) | |
tree | c76e2a2f3da6597d50d52a1d82002e7f9e631806 /meta/recipes-devtools/go/go-1.17.4.inc | |
parent | 4ca1132b28bf976550e4ca08230de630eed358ed (diff) | |
download | poky-20846102156418f187e977ab0bbd557525bbc4e1.tar.gz |
go: update 1.17.3 -> 1.17.4
(From OE-Core rev: aa1dd053503f464dcc920e064a6d8ead6772cab2)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go/go-1.17.4.inc')
-rw-r--r-- | meta/recipes-devtools/go/go-1.17.4.inc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-1.17.4.inc b/meta/recipes-devtools/go/go-1.17.4.inc new file mode 100644 index 0000000000..5c4423ac18 --- /dev/null +++ b/meta/recipes-devtools/go/go-1.17.4.inc | |||
@@ -0,0 +1,23 @@ | |||
1 | require go-common.inc | ||
2 | |||
3 | FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go-1.17:" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707" | ||
6 | |||
7 | SRC_URI += "\ | ||
8 | file://0001-allow-CC-and-CXX-to-have-multiple-words.patch \ | ||
9 | file://0002-cmd-go-make-content-based-hash-generation-less-pedan.patch \ | ||
10 | file://0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch \ | ||
11 | file://0004-ld-add-soname-to-shareable-objects.patch \ | ||
12 | file://0005-make.bash-override-CC-when-building-dist-and-go_boot.patch \ | ||
13 | file://0006-cmd-dist-separate-host-and-target-builds.patch \ | ||
14 | file://0007-cmd-go-make-GOROOT-precious-by-default.patch \ | ||
15 | file://0008-use-GOBUILDMODE-to-set-buildmode.patch \ | ||
16 | file://0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch \ | ||
17 | " | ||
18 | SRC_URI[main.sha256sum] = "4bef3699381ef09e075628504187416565d710660fec65b057edf1ceb187fc4b" | ||
19 | |||
20 | # Upstream don't believe it is a signifiant real world issue and will only | ||
21 | # fix in 1.17 onwards where we can drop this. | ||
22 | # https://github.com/golang/go/issues/30999#issuecomment-910470358 | ||
23 | CVE_CHECK_WHITELIST += "CVE-2021-29923" | ||