diff options
-rw-r--r-- | recipes-devtools/go/go-md2man_git.bb | 3 |
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 | ||
19 | inherit go | 19 | inherit go |
20 | 20 | ||
21 | do_compile_prepend() { | ||
22 | export GO111MODULE=off | ||
23 | } | ||