summaryrefslogtreecommitdiff
path: root/recipes-containers/runc/runc-opencontainers_%.bbappend
blob: 5755da5a7b6f72a931d50860fd4258104d98e513 (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. The new versions of `runc` do NOT require this
# hack, they should work properly with `GO111MODULE` and Golang 1.16.x:
do_compile_prepend() {
    export GO111MODULE=off
}