mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
5ef987dc6d
commit
aafab33979
|
@ -1,3 +1,7 @@
|
|||
inherit cross
|
||||
|
||||
# CCACHE does not work properly with GO
|
||||
CCACHE = ""
|
||||
|
||||
require golang-cross.inc
|
||||
require golang-${PV}.inc
|
||||
|
|
Loading…
Reference in New Issue
Block a user