mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
go: Add recipes for 1.12 release and make it default
- Refresh patches - Enable GOCACHE required as of Go 1.12 (From OE-Core rev: f559fd6df2978f9093672794420eada2b7452987) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -45,7 +45,6 @@ GO_INSTALL_FILTEROUT ?= "${GO_IMPORT}/vendor/"
|
||||
|
||||
B = "${WORKDIR}/build"
|
||||
export GOPATH = "${B}"
|
||||
export GOCACHE = "off"
|
||||
export GOTMPDIR ?= "${WORKDIR}/go-tmp"
|
||||
GOTMPDIR[vardepvalue] = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user