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

Signed-off-by: Joe Slater <[email protected]>
---
 recipes-containers/riddler/riddler_git.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/recipes-containers/riddler/riddler_git.bb 
b/recipes-containers/riddler/riddler_git.bb
index 9f7fe6b..0897606 100644
--- a/recipes-containers/riddler/riddler_git.bb
+++ b/recipes-containers/riddler/riddler_git.bb
@@ -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=''"
-- 
2.7.4

-- 
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to