summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes-recipe/go.bbclass1
-rw-r--r--meta/recipes-devtools/go/go-common.inc1
2 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes-recipe/go.bbclass b/meta/classes-recipe/go.bbclass
index e3e4782025..c81d946069 100644
--- a/meta/classes-recipe/go.bbclass
+++ b/meta/classes-recipe/go.bbclass
@@ -15,7 +15,6 @@ GOROOT:class-native = "${STAGING_LIBDIR_NATIVE}/go"
15GOROOT:class-nativesdk = "${STAGING_DIR_TARGET}${libdir}/go" 15GOROOT:class-nativesdk = "${STAGING_DIR_TARGET}${libdir}/go"
16GOROOT = "${STAGING_LIBDIR}/go" 16GOROOT = "${STAGING_LIBDIR}/go"
17export GOROOT 17export GOROOT
18export GOROOT_FINAL = "${libdir}/go"
19export GOCACHE = "${B}/.cache" 18export GOCACHE = "${B}/.cache"
20 19
21export GOARCH = "${TARGET_GOARCH}" 20export GOARCH = "${TARGET_GOARCH}"
diff --git a/meta/recipes-devtools/go/go-common.inc b/meta/recipes-devtools/go/go-common.inc
index db165792dc..ca8469dbd9 100644
--- a/meta/recipes-devtools/go/go-common.inc
+++ b/meta/recipes-devtools/go/go-common.inc
@@ -38,7 +38,6 @@ export GOARCH ?= "${TARGET_GOARCH}"
38export GOARM ?= "${TARGET_GOARM}" 38export GOARM ?= "${TARGET_GOARM}"
39export GO386 ?= "${TARGET_GO386}" 39export GO386 ?= "${TARGET_GO386}"
40export GOMIPS ?= "${TARGET_GOMIPS}" 40export GOMIPS ?= "${TARGET_GOMIPS}"
41export GOROOT_FINAL ?= "${libdir}/go"
42 41
43export GODEBUG = "gocachehash=1" 42export GODEBUG = "gocachehash=1"
44 43