diff options
| -rw-r--r-- | recipes-containers/riddler/riddler_git.bb | 4 |
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" | |||
| 13 | inherit goarch | 13 | inherit goarch |
| 14 | inherit go | 14 | inherit go |
| 15 | 15 | ||
| 16 | # In addition to hosts go does not like, we do not build for mips. | ||
| 17 | # | ||
| 18 | COMPATIBLE_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. |
| 18 | EXTRA_OEMAKE="BUILDTAGS=''" | 22 | EXTRA_OEMAKE="BUILDTAGS=''" |
