summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes-recipe/go.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes-recipe/go.bbclass b/meta/classes-recipe/go.bbclass
index 39bfaa5156..cc3564c36a 100644
--- a/meta/classes-recipe/go.bbclass
+++ b/meta/classes-recipe/go.bbclass
@@ -78,6 +78,7 @@ GO_INSTALL_FILTEROUT ?= "${GO_IMPORT}/vendor/"
78B = "${WORKDIR}/build" 78B = "${WORKDIR}/build"
79export GOPATH = "${B}" 79export GOPATH = "${B}"
80export GOENV = "off" 80export GOENV = "off"
81export GOPROXY ??= "https://proxy.golang.org,direct"
81export GOTMPDIR ?= "${WORKDIR}/build-tmp" 82export GOTMPDIR ?= "${WORKDIR}/build-tmp"
82GOTMPDIR[vardepvalue] = "" 83GOTMPDIR[vardepvalue] = ""
83 84