summaryrefslogtreecommitdiff
path: root/recipes-containers/containerd/containerd-opencontainers_%.bbappend
blob: bfedff10d297a2e296b64b46e1a8b70cb5451cb0 (plain)
1
2
3
4
5
6
# 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
}