summaryrefslogtreecommitdiff
path: root/recipes-containers/docker/docker-moby.bbappend
blob: fba71102489ec6d1a80771dd71e56530c130d9fc (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/docker/docker-moby.bb?h=hardknott&id=dc1713bec31ecd52a9715fd528253b26140f69d3
do_compile_prepend() {
    export GO111MODULE=off
}