riddler: do not try to build for mips

This recipe does not build for mips, so set COMPATIBLE_HOST to avoid that.

Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Joe Slater 2019-02-05 11:14:47 -08:00 committed by Bruce Ashfield
parent f9acf9a266
commit 302a4c77c9

View File

@ -13,6 +13,10 @@ S = "${WORKDIR}/git"
inherit goarch
inherit go
# In addition to hosts go does not like, we do not build for mips.
#
COMPATIBLE_HOST_mipsarch = "null"
# This disables seccomp and apparmor, which are on by default in the
# go package.
EXTRA_OEMAKE="BUILDTAGS=''"