From e53aa46f435d68706d042af17bf629a16f18556c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 7 Mar 2019 16:10:55 -0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/go/go-cross.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-devtools/go/go-cross.inc') 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}" export GOMIPS = "${TARGET_GOMIPS}" export GOROOT_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/go" export GOROOT_FINAL = "${libdir}/go" -export GOCACHE = "off" CC = "${@d.getVar('BUILD_CC').strip()}" do_configure[noexec] = "1" -- cgit v1.2.3-54-g00ecf