aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go/go-native.inc
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2017-11-15 10:57:05 +0800
committerRobert Yang <liezhi.yang@windriver.com>2017-11-30 09:27:27 +0800
commit218a504a761a852ee5013166b6c2b91c6db7ad05 (patch)
treeec7807569d39cf8978a81ac16ba7384ffa834c80 /meta/recipes-devtools/go/go-native.inc
parent12c2694b20a9198d2d4f02100ced3dbdc1351f75 (diff)
downloadopenembedded-core-contrib-218a504a761a852ee5013166b6c2b91c6db7ad05.tar.gz
go-native: fix import error when len(TMPDIR) == 410
It is used for saving file path, 500 is a little small when building in deep path, for example, it would be failed when oe-coe's len(TMPDIR) == 410, use 1000 can fix the problem. Fixed: $ bitbake go-native [snip] gcc -isystem/workspace2/lyang1/aaaaaaaa/[snip] exec gcc: No such file or directory [snip] Only go-native needs this patch since only it uses go1.4 which has src/cmd/gc/go.h. [YOCTO #11351] Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/go/go-native.inc')
-rw-r--r--meta/recipes-devtools/go/go-native.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-native.inc b/meta/recipes-devtools/go/go-native.inc
index 0791b6d5e1..43426c0887 100644
--- a/meta/recipes-devtools/go/go-native.inc
+++ b/meta/recipes-devtools/go/go-native.inc
@@ -6,6 +6,7 @@ inherit native
SRC_URI_append = " http://golang.org/dl/go1.4.3.src.tar.gz;name=bootstrap;subdir=go1.4 \
file://0001-cmd-dist-unix.c-bprintf-use-larger-buf.patch;patchdir=../go1.4 \
+ file://0002-cmd-gc-go.h-NSYMB-500-1000.patch;patchdir=../go1.4 \
"
SRC_URI[bootstrap.md5sum] = "dfb604511115dd402a77a553a5923a04"
SRC_URI[bootstrap.sha256sum] = "9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959"