golang-cross: disable CCACHE support for golang-cross

The ccache on some hosts will cause the golang-cross package to fail
with the error:

| cmd/fix
| cmd/yacc
| runtime/cgo
| go build runtime/cgo: no buildable Go source files in /proj/bitbake_build/tmp/work/x86_64-wrs-linux/golang-cross/1.3-r0/go/src/pkg/runtime/cgo
| WARNING: /proj/bitbake_build/tmp/work/x86_64-wrs-linux/golang-cross/1.3-r0/temp/do_compile/run.do_compile.14152:1 exit 1 from
|   sh -x ./make.bash
| ERROR: Function failed: do_compile

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Jason Wessel 2015-03-28 15:07:18 -05:00 committed by Bruce Ashfield
parent 5ef987dc6d
commit aafab33979

View File

@ -1,3 +1,7 @@
inherit cross inherit cross
# CCACHE does not work properly with GO
CCACHE = ""
require golang-cross.inc require golang-cross.inc
require golang-${PV}.inc require golang-${PV}.inc