summaryrefslogtreecommitdiff
path: root/recipes-containers/runc/runc-docker_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/runc/runc-docker_%.bbappend')
-rw-r--r--recipes-containers/runc/runc-docker_%.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-containers/runc/runc-docker_%.bbappend b/recipes-containers/runc/runc-docker_%.bbappend
new file mode 100644
index 0000000..5755da5
--- /dev/null
+++ b/recipes-containers/runc/runc-docker_%.bbappend
@@ -0,0 +1,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
+}