summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/go/go-cross.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/go/go-cross.inc b/meta/recipes-devtools/go/go-cross.inc
index df3e4ea914..d18d9613ff 100644
--- a/meta/recipes-devtools/go/go-cross.inc
+++ b/meta/recipes-devtools/go/go-cross.inc
@@ -36,7 +36,7 @@ make_wrapper() {
36here=\`dirname \$0\` 36here=\`dirname \$0\`
37export GOARCH="${TARGET_GOARCH}" 37export GOARCH="${TARGET_GOARCH}"
38export GOOS="${TARGET_GOOS}" 38export GOOS="${TARGET_GOOS}"
39export GOARM="${TARGET_GOARM}" 39export GOARM="\${GOARM:-${TARGET_GOARM}}"
40\$here/../../lib/${CROSS_TARGET_SYS_DIR}/go/bin/$1 "\$@" 40\$here/../../lib/${CROSS_TARGET_SYS_DIR}/go/bin/$1 "\$@"
41END 41END
42 chmod +x ${D}${bindir}/$2 42 chmod +x ${D}${bindir}/$2