diff options
Diffstat (limited to 'meta/recipes-devtools/go/go-cross.inc')
-rw-r--r-- | meta/recipes-devtools/go/go-cross.inc | 3 |
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 | ||
5 | PN = "go-cross-${TARGET_ARCH}" | 5 | PN = "go-cross-${TARGET_ARCH}" |
6 | 6 | ||
7 | # Ignore how TARGET_ARCH is computed. | ||
8 | TARGET_ARCH[vardepvalue] = "${TARGET_ARCH}" | ||
9 | |||
7 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/go-cross:" | 10 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/go-cross:" |
8 | 11 | ||
9 | GOROOT_FINAL = "${libdir}/go" | 12 | GOROOT_FINAL = "${libdir}/go" |