diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-03-26 09:25:52 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-03-26 11:12:29 -0400 |
| commit | 690761393c5bba906a0332f2c5a4cb9d17a3d3ad (patch) | |
| tree | 41be0d5499109190344091d64b7ddae1d7c53642 /recipes-devtools/go | |
| parent | 46dc0363e3215282def2346394369bbe9182a66b (diff) | |
| download | meta-virtualization-690761393c5bba906a0332f2c5a4cb9d17a3d3ad.tar.gz | |
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>
Diffstat (limited to 'recipes-devtools/go')
| -rw-r--r-- | recipes-devtools/go/go-build_git.bb | 1 |
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 | } |
