summaryrefslogtreecommitdiffstats
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:42:18 +0000
commit49c4fb941ebe8fca69402675d079149837104640 (patch)
tree57f63d14c13c6ef9f16a935009a4dc319bbaa48e /meta/recipes-devtools/go/go.inc
parentc46c25dcfeb3509ead23cb297e7dc62e025ba8f4 (diff)
downloadpoky-49c4fb941ebe8fca69402675d079149837104640.tar.gz
go: add native recipes for 1.8
(From OE-Core rev: 13a5c3dac4b5b0ccb4c5dfebf79b468acd8e1983) 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 @@
1inherit goarch 1inherit goarch
2# libgcc is required for the target specific libraries to build properly 2# libgcc is required for the target specific libraries to build properly
3DEPENDS += " go-native libgcc" 3DEPENDS += "go-bootstrap-native libgcc"
4# Prevent runstrip from running because you get errors when the host arch != target arch 4# Prevent runstrip from running because you get errors when the host arch != target arch
5INHIBIT_PACKAGE_STRIP = "1" 5INHIBIT_PACKAGE_STRIP = "1"
6INHIBIT_SYSROOT_STRIP = "1" 6INHIBIT_SYSROOT_STRIP = "1"
@@ -15,7 +15,7 @@ export GOHOSTARCH = "${BUILD_GOARCH}"
15export GOOS = "${TARGET_GOOS}" 15export GOOS = "${TARGET_GOOS}"
16export GOARCH = "${TARGET_GOARCH}" 16export GOARCH = "${TARGET_GOARCH}"
17export GOARM = "${TARGET_GOARM}" 17export GOARM = "${TARGET_GOARM}"
18export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go" 18export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go1.4"
19export GOROOT_FINAL = "${libdir}/go" 19export GOROOT_FINAL = "${libdir}/go"
20export CGO_ENABLED = "1" 20export CGO_ENABLED = "1"
21export CC_FOR_TARGET = "${CC}" 21export CC_FOR_TARGET = "${CC}"