diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-03-01 11:37:40 -0500 | 
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-03-01 11:48:28 -0500 | 
| commit | 4faef1334fa2bb029e574a0c9cf5f2bcbb40b5b5 (patch) | |
| tree | 6f0b40f5c5df7d70033d295e84118625805eae9e | |
| parent | dc1713bec31ecd52a9715fd528253b26140f69d3 (diff) | |
| download | meta-virtualization-4faef1334fa2bb029e574a0c9cf5f2bcbb40b5b5.tar.gz | |
docker-ce: 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>
| -rw-r--r-- | recipes-containers/docker/docker-ce_git.bb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/docker/docker-ce_git.bb b/recipes-containers/docker/docker-ce_git.bb index f5857967..6337bb71 100644 --- a/recipes-containers/docker/docker-ce_git.bb +++ b/recipes-containers/docker/docker-ce_git.bb  | |||
| @@ -78,6 +78,7 @@ do_compile() { | |||
| 78 | export DOCKER_BUILDTAGS='${BUILD_TAGS} ${PACKAGECONFIG_CONFARGS}' | 78 | export DOCKER_BUILDTAGS='${BUILD_TAGS} ${PACKAGECONFIG_CONFARGS}' | 
| 79 | 79 | ||
| 80 | export DISABLE_WARN_OUTSIDE_CONTAINER=1 | 80 | export DISABLE_WARN_OUTSIDE_CONTAINER=1 | 
| 81 | export GO111MODULE=off | ||
| 81 | 82 | ||
| 82 | cd ${S}/src/import/components/engine | 83 | cd ${S}/src/import/components/engine | 
| 83 | 84 | ||
