# 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 }