# 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/containerd/containerd-opencontainers_git.bb?h=hardknott&id=8597d4e3a973ac7e78483fb3ab0e19dbcc681913. do_compile_prepend() { export GO111MODULE=off }