summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/consul/consul_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/consul/consul_git.bb')
-rw-r--r--recipes-connectivity/consul/consul_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-connectivity/consul/consul_git.bb b/recipes-connectivity/consul/consul_git.bb
index b0afa03..f9fb236 100644
--- a/recipes-connectivity/consul/consul_git.bb
+++ b/recipes-connectivity/consul/consul_git.bb
@@ -4,14 +4,15 @@ LICENSE = "MPL-2.0 & BSD & Apache-2.0 & BSD-2-Clause & MIT"
4LIC_FILES_CHKSUM = "file://src/github.com/hashicorp/consul/LICENSE;md5=b278a92d2c1509760384428817710378" 4LIC_FILES_CHKSUM = "file://src/github.com/hashicorp/consul/LICENSE;md5=b278a92d2c1509760384428817710378"
5 5
6GO_IMPORT = "github.com/hashicorp/consul" 6GO_IMPORT = "github.com/hashicorp/consul"
7SRCREV = "f97afda8e15046b41d951bf3b4220372c45df7ab" 7SRCREV = "567e41ff6b096a478333c804d5c18264050bc3f8"
8SRC_URI = "git://${GO_IMPORT}.git \ 8SRC_URI = "git://${GO_IMPORT}.git \
9 file://consul.service \ 9 file://consul.service \
10 file://0001-prepared_query-make-compatible-with-go1.5.patch \
11 " 10 "
12 11
13S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
14 13
14RDEPENDS_${PN}-dev_append = " bash"
15
15inherit systemd go 16inherit systemd go
16 17
17# Besides the hosts specified in goarch, we do not build for mips. 18# Besides the hosts specified in goarch, we do not build for mips.