diff options
-rw-r--r-- | meta/classes-recipe/go.bbclass | 1 |
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/" | |||
78 | B = "${WORKDIR}/build" | 78 | B = "${WORKDIR}/build" |
79 | export GOPATH = "${B}" | 79 | export GOPATH = "${B}" |
80 | export GOENV = "off" | 80 | export GOENV = "off" |
81 | export GOPROXY ??= "https://proxy.golang.org,direct" | ||
81 | export GOTMPDIR ?= "${WORKDIR}/build-tmp" | 82 | export GOTMPDIR ?= "${WORKDIR}/build-tmp" |
82 | GOTMPDIR[vardepvalue] = "" | 83 | GOTMPDIR[vardepvalue] = "" |
83 | 84 | ||