summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/go/go-md2man_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-devtools/go/go-md2man_git.bb b/recipes-devtools/go/go-md2man_git.bb
index cc8dd5c3..a1fcbe9b 100644
--- a/recipes-devtools/go/go-md2man_git.bb
+++ b/recipes-devtools/go/go-md2man_git.bb
@@ -18,3 +18,6 @@ S = "${WORKDIR}/git"
18 18
19inherit go 19inherit go
20 20
21do_compile_prepend() {
22 export GO111MODULE=off
23}