mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
go-md2man: export GO111MODULE=off
With the latest go version bump in oe-core export GO111MODULE is on by default. Our build is not setup to use go modules, so we disable it and avoid configuration errors: no required module provides package ... : working directory is not part of a module Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
4faef1334f
commit
5b35a014bd
|
@ -18,3 +18,6 @@ S = "${WORKDIR}/git"
|
|||
|
||||
inherit go
|
||||
|
||||
do_compile_prepend() {
|
||||
export GO111MODULE=off
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user