mirror of
https://git.yoctoproject.org/poky
synced 2026-03-31 20:02:22 +02:00
go1.9.7 (released 2018/06/05) includes fixes to the go command, and the crypto/x509, and strings packages. In particular, it adds minimal support to the go command for the vgo transition. (From OE-Core rev: 98d3ec92e8953304db51c73aff7a4e81b97f668c) (From OE-Core rev: 8c90d5c8ecc146d37de5d7f1076a963c18f04f4c) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
1.2 KiB
PHP
27 lines
1.2 KiB
PHP
require go-common.inc
|
|
|
|
GO_BASEVERSION = "1.9"
|
|
GO_MINOR = ".7"
|
|
PV .= "${GO_MINOR}"
|
|
|
|
FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/go-${GO_BASEVERSION}:"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
|
|
|
|
SRC_URI += "\
|
|
file://0001-make.bash-quote-CC_FOR_TARGET.patch \
|
|
file://0002-cmd-go-fix-CC-and-CXX-environment-variable-construct.patch \
|
|
file://0003-make.bash-better-separate-host-and-target-builds.patch \
|
|
file://0004-cmd-go-allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch \
|
|
file://0005-cmd-go-make-GOROOT-precious-by-default.patch \
|
|
file://0006-make.bash-add-GOTOOLDIR_BOOTSTRAP-environment-variab.patch \
|
|
file://0007-ld-add-soname-to-shareable-objects.patch \
|
|
file://0008-make.bash-add-GOHOSTxx-indirection-for-cross-canadia.patch \
|
|
file://0009-cmd-go-buildmode-pie-forces-external-linking-mode-on.patch \
|
|
file://0010-make.bash-override-CC-when-building-dist-and-go_boot.patch \
|
|
"
|
|
SRC_URI_append_libc-musl = " file://set-external-linker.patch"
|
|
|
|
SRC_URI[main.md5sum] = "3c2cf876ed6612a022574a565206c6ea"
|
|
SRC_URI[main.sha256sum] = "582814fa45e8ecb0859a208e517b48aa0ad951e3b36c7fff203d834e0ef27722"
|