mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
go-build: export GO111MODULE=off
We aren't setup for go module builds, so we need to disable it in the go-build recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
46dc0363e3
commit
690761393c
|
@ -44,6 +44,7 @@ do_compile() {
|
|||
export CC="${CC}"
|
||||
export LD="${LD}"
|
||||
export GOBIN=""
|
||||
export GO111MODULE=off
|
||||
|
||||
oe_runmake GO=${GO}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user