summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go-cross.inc
diff options
context:
space:
mode:
authorMatt Madison <matt@madison.systems>2018-03-04 13:09:32 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-06 06:43:10 -0800
commit020915eb9b2dd4632b44ba7c18bd09f944a03042 (patch)
tree4f9bcea06dd11b12d7a838dbb6ba84c330adebbf /meta/recipes-devtools/go/go-cross.inc
parent58472bc7d07df7c713baffea16a1e3f48295cb5f (diff)
downloadpoky-020915eb9b2dd4632b44ba7c18bd09f944a03042.tar.gz
go: move common settings to go-common.inc
Eliminate some redundancy in the recipes by moving some commonly-used variable settings to the common include file. Also removed a duplicate inherit from go-target.inc that was already in go-common.inc. (From OE-Core rev: e72d2a7b7ee7913095a35ae92c3ca364de00c8a7) Signed-off-by: Matt Madison <matt@madison.systems> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go/go-cross.inc')
-rw-r--r--meta/recipes-devtools/go/go-cross.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/go/go-cross.inc b/meta/recipes-devtools/go/go-cross.inc
index 289ae77104..44f230b8bc 100644
--- a/meta/recipes-devtools/go/go-cross.inc
+++ b/meta/recipes-devtools/go/go-cross.inc
@@ -15,9 +15,6 @@ export GOMIPS = "${TARGET_GOMIPS}"
15export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go" 15export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go"
16export GOROOT_FINAL = "${libdir}/go" 16export GOROOT_FINAL = "${libdir}/go"
17export GOCACHE = "off" 17export GOCACHE = "off"
18export GOTMPDIR ?= "${WORKDIR}/go-tmp"
19GOTMPDIR[vardepvalue] = ""
20export CGO_ENABLED = "1"
21CC = "${@d.getVar('BUILD_CC').strip()}" 18CC = "${@d.getVar('BUILD_CC').strip()}"
22 19
23do_configure[noexec] = "1" 20do_configure[noexec] = "1"