diff options
| -rw-r--r-- | meta/classes-recipe/go.bbclass | 1 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go-common.inc | 1 |
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" | |||
| 15 | GOROOT:class-nativesdk = "${STAGING_DIR_TARGET}${libdir}/go" | 15 | GOROOT:class-nativesdk = "${STAGING_DIR_TARGET}${libdir}/go" |
| 16 | GOROOT = "${STAGING_LIBDIR}/go" | 16 | GOROOT = "${STAGING_LIBDIR}/go" |
| 17 | export GOROOT | 17 | export GOROOT |
| 18 | export GOROOT_FINAL = "${libdir}/go" | ||
| 19 | export GOCACHE = "${B}/.cache" | 18 | export GOCACHE = "${B}/.cache" |
| 20 | 19 | ||
| 21 | export GOARCH = "${TARGET_GOARCH}" | 20 | export 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}" | |||
| 38 | export GOARM ?= "${TARGET_GOARM}" | 38 | export GOARM ?= "${TARGET_GOARM}" |
| 39 | export GO386 ?= "${TARGET_GO386}" | 39 | export GO386 ?= "${TARGET_GO386}" |
| 40 | export GOMIPS ?= "${TARGET_GOMIPS}" | 40 | export GOMIPS ?= "${TARGET_GOMIPS}" |
| 41 | export GOROOT_FINAL ?= "${libdir}/go" | ||
| 42 | 41 | ||
| 43 | export GODEBUG = "gocachehash=1" | 42 | export GODEBUG = "gocachehash=1" |
| 44 | 43 | ||
