summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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