summaryrefslogtreecommitdiffstats
path: root/recipes-containers/riddler
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2019-02-05 11:14:47 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-02-06 20:51:00 +0000
commit302a4c77c916604039270df1d9ba0fa8d8f12ec9 (patch)
tree1375eaf2b40dcfa94d0bbd558715f999c947f066 /recipes-containers/riddler
parentf9acf9a26617fe3eb4aac5d648f488ad0023a6ff (diff)
downloadmeta-virtualization-302a4c77c916604039270df1d9ba0fa8d8f12ec9.tar.gz
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>
Diffstat (limited to 'recipes-containers/riddler')
-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=''"