diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-03-22 23:15:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-24 16:39:40 +0000 |
commit | 60f199d4a23d888b1aecd62f70f11e8b5844d5c8 (patch) | |
tree | 5b2afa7d61ac29b9db11888dd5b11ff7d184fe03 /meta/recipes-devtools | |
parent | 4cd5ed73071dd9b853c0ab2ccbab420a538e81ea (diff) | |
download | poky-60f199d4a23d888b1aecd62f70f11e8b5844d5c8.tar.gz |
go: Update to 1.14.1 minor release
(From OE-Core rev: 7f79e3cb56774ac41423db41e634a74d522c8548)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/go/go-1.14.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/go/go-1.14.inc b/meta/recipes-devtools/go/go-1.14.inc index ac7b95cf03..c52593db6b 100644 --- a/meta/recipes-devtools/go/go-1.14.inc +++ b/meta/recipes-devtools/go/go-1.14.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | require go-common.inc | 1 | require go-common.inc |
2 | 2 | ||
3 | GO_BASEVERSION = "1.14" | 3 | GO_BASEVERSION = "1.14" |
4 | GO_MINOR = "" | 4 | GO_MINOR = ".1" |
5 | PV .= "${GO_MINOR}" | 5 | PV .= "${GO_MINOR}" |
6 | FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:" | 6 | FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:" |
7 | 7 | ||
@@ -19,5 +19,4 @@ SRC_URI += "\ | |||
19 | " | 19 | " |
20 | SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch" | 20 | SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch" |
21 | 21 | ||
22 | SRC_URI[main.md5sum] = "7c97bdb3b5218a5089612efb3ed30345" | 22 | SRC_URI[main.sha256sum] = "2ad2572115b0d1b4cb4c138e6b3a31cee6294cb48af75ee86bec3dca04507676" |
23 | SRC_URI[main.sha256sum] = "6d643e46ad565058c7a39dac01144172ef9bd476521f42148be59249e4b74389" | ||