summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2019-02-20 16:26:27 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-02-21 03:17:34 +0000
commit8af736986dc0c24464119c513aca660400abce64 (patch)
tree7505736ee351cb73c9cb070f270020ccd5187cf7 /recipes-connectivity
parent25fb4e5839648df4a3d7fabd1440fff589232272 (diff)
downloadmeta-cloud-services-8af736986dc0c24464119c513aca660400abce64.tar.gz
consul: do not try to build for mips
Use COMPATIBLE_HOST to prevent building for mipsarch. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/consul/consul_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-connectivity/consul/consul_git.bb b/recipes-connectivity/consul/consul_git.bb
index ee49c5e..b0afa03 100644
--- a/recipes-connectivity/consul/consul_git.bb
+++ b/recipes-connectivity/consul/consul_git.bb
@@ -14,6 +14,10 @@ S = "${WORKDIR}/git"
14 14
15inherit systemd go 15inherit systemd go
16 16
17# Besides the hosts specified in goarch, we do not build for mips.
18#
19COMPATIBLE_HOST_mipsarch = "null"
20
17SYSTEMD_SERVICE_${PN} = "consul.service" 21SYSTEMD_SERVICE_${PN} = "consul.service"
18SYSTEMD_AUTO_ENABLE_${PN} = "enable" 22SYSTEMD_AUTO_ENABLE_${PN} = "enable"
19 23