# Fix build issues with Go version 1.16.x. Remove this bbappend in Yocto # version 3.3 and newer. # Fix in the upstream Yocto: https://git.yoctoproject.org/meta-virtualization/commit/recipes-containers/docker/docker-moby.bb?h=hardknott&id=dc1713bec31ecd52a9715fd528253b26140f69d3 do_compile_prepend() { export GO111MODULE=off }