diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-03-07 16:10:55 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-09 14:43:11 +0000 |
commit | e53aa46f435d68706d042af17bf629a16f18556c (patch) | |
tree | 57aced42db7e12c5cc90a385231c7b42272adda8 /meta/recipes-devtools/go/go-cross.inc | |
parent | d5cfad0848d51191ff2555c4fe07554aec146f18 (diff) | |
download | poky-e53aa46f435d68706d042af17bf629a16f18556c.tar.gz |
go: Add recipes for 1.12 release and make it default
- Refresh patches
- Enable GOCACHE required as of Go 1.12
(From OE-Core rev: f559fd6df2978f9093672794420eada2b7452987)
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-cross.inc')
-rw-r--r-- | meta/recipes-devtools/go/go-cross.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/go/go-cross.inc b/meta/recipes-devtools/go/go-cross.inc index 6d9aa5c2dd..29ce7f6e84 100644 --- a/meta/recipes-devtools/go/go-cross.inc +++ b/meta/recipes-devtools/go/go-cross.inc | |||
@@ -14,7 +14,6 @@ export GO386 = "${TARGET_GO386}" | |||
14 | export GOMIPS = "${TARGET_GOMIPS}" | 14 | export GOMIPS = "${TARGET_GOMIPS}" |
15 | export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go" | 15 | export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go" |
16 | export GOROOT_FINAL = "${libdir}/go" | 16 | export GOROOT_FINAL = "${libdir}/go" |
17 | export GOCACHE = "off" | ||
18 | CC = "${@d.getVar('BUILD_CC').strip()}" | 17 | CC = "${@d.getVar('BUILD_CC').strip()}" |
19 | 18 | ||
20 | do_configure[noexec] = "1" | 19 | do_configure[noexec] = "1" |