diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-10-31 19:27:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-18 14:42:12 +0000 |
commit | d579ff2fa6fc0a13a43f34afe2974a4dede4bf48 (patch) | |
tree | def696ee912f1dbcf849ec4e145d0d239547fff8 /meta/recipes-devtools/go/go-1.12.inc | |
parent | d9879a1f60ef8d87816084186fae6cd084ca3b42 (diff) | |
download | poky-d579ff2fa6fc0a13a43f34afe2974a4dede4bf48.tar.gz |
go: update 1.12.1->1.12.5
(From OE-Core rev: 4e642e6f7b6e51c64e990b74aff3d84b78cd894e)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go/go-1.12.inc')
-rw-r--r-- | meta/recipes-devtools/go/go-1.12.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/go/go-1.12.inc b/meta/recipes-devtools/go/go-1.12.inc index 66df500520..dc5e2af9e2 100644 --- a/meta/recipes-devtools/go/go-1.12.inc +++ b/meta/recipes-devtools/go/go-1.12.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | require go-common.inc | 1 | require go-common.inc |
2 | 2 | ||
3 | GO_BASEVERSION = "1.12" | 3 | GO_BASEVERSION = "1.12" |
4 | GO_MINOR = ".1" | 4 | GO_MINOR = ".5" |
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 | ||
@@ -20,5 +20,5 @@ SRC_URI += "\ | |||
20 | " | 20 | " |
21 | SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch" | 21 | SRC_URI_append_libc-musl = " file://0009-ld-replace-glibc-dynamic-linker-with-musl.patch" |
22 | 22 | ||
23 | SRC_URI[main.md5sum] = "09fe592343465560b4b8431d870b3df3" | 23 | SRC_URI[main.md5sum] = "cb6f594d22dd79af4fff9779607b1b47" |
24 | SRC_URI[main.sha256sum] = "0be127684df4b842a64e58093154f9d15422f1405f1fcff4b2c36ffc6a15818a" | 24 | SRC_URI[main.sha256sum] = "2aa5f088cbb332e73fc3def546800616b38d3bfe6b8713b8a6404060f22503e8" |