From e53aa46f435d68706d042af17bf629a16f18556c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 7 Mar 2019 16:10:55 -0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/go/go-common.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-devtools/go/go-common.inc') diff --git a/meta/recipes-devtools/go/go-common.inc b/meta/recipes-devtools/go/go-common.inc index 11d55c4d36..93a3d3b5fb 100644 --- a/meta/recipes-devtools/go/go-common.inc +++ b/meta/recipes-devtools/go/go-common.inc @@ -25,7 +25,6 @@ SSTATE_SCAN_CMD = "true" export GOROOT_OVERRIDE = "1" export GOTMPDIR ?= "${WORKDIR}/go-tmp" GOTMPDIR[vardepvalue] = "" -export GOCACHE = "off" export CGO_ENABLED = "1" do_compile_prepend() { -- cgit v1.2.3-54-g00ecf