summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-23 09:25:48 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-23 09:25:50 -0400
commitc171990e9ca1e70fee82794a5f0661732aaa575c (patch)
tree0333cd153782738cf9e10cdfbbc557a83410918f
parentcd0e28cb09e0cbeff1d9de5ddfebeb9d98875eff (diff)
downloadmeta-cloud-services-c171990e9ca1e70fee82794a5f0661732aaa575c.tar.gz
consul: add explicit branch specification
Consul has switched from master to main for development, we add an explicit branch statement, since the default of master no longer works. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-connectivity/consul/consul_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/consul/consul_git.bb b/recipes-connectivity/consul/consul_git.bb
index f4955e2..a49d4a1 100644
--- a/recipes-connectivity/consul/consul_git.bb
+++ b/recipes-connectivity/consul/consul_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://src/github.com/hashicorp/consul/LICENSE;md5=b278a92d2
5 5
6GO_IMPORT = "github.com/hashicorp/consul" 6GO_IMPORT = "github.com/hashicorp/consul"
7SRCREV = "944cc71026c007e7de9467ec3f38f0ad14464fcc" 7SRCREV = "944cc71026c007e7de9467ec3f38f0ad14464fcc"
8SRC_URI = "git://${GO_IMPORT}.git \ 8SRC_URI = "git://${GO_IMPORT}.git;branch=main \
9 file://0001-Migration-Rename-imports-throughout.patch \ 9 file://0001-Migration-Rename-imports-throughout.patch \
10 file://consul.service \ 10 file://consul.service \
11 " 11 "