summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/riddler/riddler_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-containers/riddler/riddler_git.bb b/recipes-containers/riddler/riddler_git.bb
index 9f7fe6b4..08976060 100644
--- a/recipes-containers/riddler/riddler_git.bb
+++ b/recipes-containers/riddler/riddler_git.bb
@@ -13,6 +13,10 @@ S = "${WORKDIR}/git"
13inherit goarch 13inherit goarch
14inherit go 14inherit go
15 15
16# In addition to hosts go does not like, we do not build for mips.
17#
18COMPATIBLE_HOST_mipsarch = "null"
19
16# This disables seccomp and apparmor, which are on by default in the 20# This disables seccomp and apparmor, which are on by default in the
17# go package. 21# go package.
18EXTRA_OEMAKE="BUILDTAGS=''" 22EXTRA_OEMAKE="BUILDTAGS=''"