From: Khem Raj Date: Sat, 9 Aug 2025 18:12:03 +0000 (-0700) Subject: go-cross: Disable build with ccache X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=136743fe72591b90794ec30b9a3fbb41fe6a66aa;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git go-cross: Disable build with ccache go compiler does not work reliably with ccache gcc: fatal error: no input files Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-devtools/go/go-cross.inc b/meta/recipes-devtools/go/go-cross.inc index a0fbdbe3b93..ebee2e53cde 100644 --- a/meta/recipes-devtools/go/go-cross.inc +++ b/meta/recipes-devtools/go/go-cross.inc @@ -5,6 +5,8 @@ DEPENDS = "go-native" PN = "go-cross-${TUNE_PKGARCH}" +CCACHE_DISABLE = "1" + export GOCACHE = "${B}/.cache" CC = "${@d.getVar('BUILD_CC').strip()}"