summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/go/go-build_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/go/go-build_git.bb b/recipes-devtools/go/go-build_git.bb
index 29d75984..64a1c95b 100644
--- a/recipes-devtools/go/go-build_git.bb
+++ b/recipes-devtools/go/go-build_git.bb
@@ -44,6 +44,7 @@ do_compile() {
44 export CC="${CC}" 44 export CC="${CC}"
45 export LD="${LD}" 45 export LD="${LD}"
46 export GOBIN="" 46 export GOBIN=""
47 export GO111MODULE=off
47 48
48 oe_runmake GO=${GO} 49 oe_runmake GO=${GO}
49} 50}