summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/go')
-rw-r--r--meta/recipes-devtools/go/go-cross.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-cross.inc b/meta/recipes-devtools/go/go-cross.inc
index 68f5efd6c0..93206a5d05 100644
--- a/meta/recipes-devtools/go/go-cross.inc
+++ b/meta/recipes-devtools/go/go-cross.inc
@@ -4,6 +4,9 @@ DEPENDS += "gcc-cross-${TARGET_ARCH}"
4 4
5PN = "go-cross-${TARGET_ARCH}" 5PN = "go-cross-${TARGET_ARCH}"
6 6
7# Ignore how TARGET_ARCH is computed.
8TARGET_ARCH[vardepvalue] = "${TARGET_ARCH}"
9
7FILESEXTRAPATHS =. "${FILE_DIRNAME}/go-cross:" 10FILESEXTRAPATHS =. "${FILE_DIRNAME}/go-cross:"
8 11
9GOROOT_FINAL = "${libdir}/go" 12GOROOT_FINAL = "${libdir}/go"