diff options
| -rw-r--r-- | meta/recipes-devtools/go/go-cross.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-cross.inc b/meta/recipes-devtools/go/go-cross.inc index a0fbdbe3b9..ebee2e53cd 100644 --- a/meta/recipes-devtools/go/go-cross.inc +++ b/meta/recipes-devtools/go/go-cross.inc | |||
| @@ -5,6 +5,8 @@ DEPENDS = "go-native" | |||
| 5 | 5 | ||
| 6 | PN = "go-cross-${TUNE_PKGARCH}" | 6 | PN = "go-cross-${TUNE_PKGARCH}" |
| 7 | 7 | ||
| 8 | CCACHE_DISABLE = "1" | ||
| 9 | |||
| 8 | export GOCACHE = "${B}/.cache" | 10 | export GOCACHE = "${B}/.cache" |
| 9 | CC = "${@d.getVar('BUILD_CC').strip()}" | 11 | CC = "${@d.getVar('BUILD_CC').strip()}" |
| 10 | 12 | ||
