aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-13 12:57:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-14 14:39:04 +0000
commit13a5c3dac4b5b0ccb4c5dfebf79b468acd8e1983 (patch)
tree06805ef869a068c7f33cf25108170470cbe4a8c1 /meta/recipes-devtools/go/go.inc
parent1bab5be8133f62cdae251e66db6f472c3c37297c (diff)
downloadopenembedded-core-13a5c3dac4b5b0ccb4c5dfebf79b468acd8e1983.tar.gz
go: add native recipes for 1.8
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/go/go.inc')
-rw-r--r--meta/recipes-devtools/go/go.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/go/go.inc b/meta/recipes-devtools/go/go.inc
index 1c94fc9c34..0b0cbf19ad 100644
--- a/meta/recipes-devtools/go/go.inc
+++ b/meta/recipes-devtools/go/go.inc
@@ -1,6 +1,6 @@
inherit goarch
# libgcc is required for the target specific libraries to build properly
-DEPENDS += " go-native libgcc"
+DEPENDS += "go-bootstrap-native libgcc"
# Prevent runstrip from running because you get errors when the host arch != target arch
INHIBIT_PACKAGE_STRIP = "1"
INHIBIT_SYSROOT_STRIP = "1"
@@ -15,7 +15,7 @@ export GOHOSTARCH = "${BUILD_GOARCH}"
export GOOS = "${TARGET_GOOS}"
export GOARCH = "${TARGET_GOARCH}"
export GOARM = "${TARGET_GOARM}"
-export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go"
+export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go1.4"
export GOROOT_FINAL = "${libdir}/go"
export CGO_ENABLED = "1"
export CC_FOR_TARGET = "${CC}"