mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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:
parent
f9acf9a266
commit
302a4c77c9
|
@ -13,6 +13,10 @@ S = "${WORKDIR}/git"
|
||||||
inherit goarch
|
inherit goarch
|
||||||
inherit go
|
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
|
# This disables seccomp and apparmor, which are on by default in the
|
||||||
# go package.
|
# go package.
|
||||||
EXTRA_OEMAKE="BUILDTAGS=''"
|
EXTRA_OEMAKE="BUILDTAGS=''"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user