diff options
Diffstat (limited to 'poky/meta/recipes-devtools/go/go-common.inc')
-rw-r--r-- | poky/meta/recipes-devtools/go/go-common.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/poky/meta/recipes-devtools/go/go-common.inc b/poky/meta/recipes-devtools/go/go-common.inc index 11d55c4d3..93a3d3b5f 100644 --- a/poky/meta/recipes-devtools/go/go-common.inc +++ b/poky/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() { |