diff options
author | 2019-03-07 19:28:17 -0800 | |
---|---|---|
committer | 2019-03-08 16:01:44 -0500 | |
commit | 61b2b5b3e38ff63bf39007cb9b7d4773f42a5f85 (patch) | |
tree | 6ff08d7b48f3b105416919935a36c6a1ade62b7b /recipes-connectivity/consul/consul_git.bb | |
parent | f037d515e9551862d5e036ba68be4615fda3b8be (diff) | |
download | meta-cloud-services-61b2b5b3e38ff63bf39007cb9b7d4773f42a5f85.tar.gz meta-cloud-services-61b2b5b3e38ff63bf39007cb9b7d4773f42a5f85.tar.bz2 meta-cloud-services-61b2b5b3e38ff63bf39007cb9b7d4773f42a5f85.zip |
consul: uprev to v1.4.3
Uprev to v1.4.3 and remove invalid patch.
Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-connectivity/consul/consul_git.bb')
-rw-r--r-- | recipes-connectivity/consul/consul_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-connectivity/consul/consul_git.bb b/recipes-connectivity/consul/consul_git.bb index b0afa03c..f9fb2367 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" LIC_FILES_CHKSUM = "file://src/github.com/hashicorp/consul/LICENSE;md5=b278a92d2c1509760384428817710378" GO_IMPORT = "github.com/hashicorp/consul" -SRCREV = "f97afda8e15046b41d951bf3b4220372c45df7ab" +SRCREV = "567e41ff6b096a478333c804d5c18264050bc3f8" SRC_URI = "git://${GO_IMPORT}.git \ file://consul.service \ - file://0001-prepared_query-make-compatible-with-go1.5.patch \ " S = "${WORKDIR}/git" +RDEPENDS_${PN}-dev_append = " bash" + inherit systemd go # Besides the hosts specified in goarch, we do not build for mips. |