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