diff options
author | 2021-07-23 09:25:48 -0400 | |
---|---|---|
committer | 2021-07-23 09:25:50 -0400 | |
commit | c171990e9ca1e70fee82794a5f0661732aaa575c (patch) | |
tree | 0333cd153782738cf9e10cdfbbc557a83410918f | |
parent | cd0e28cb09e0cbeff1d9de5ddfebeb9d98875eff (diff) | |
download | meta-cloud-services-c171990e9ca1e70fee82794a5f0661732aaa575c.tar.gz meta-cloud-services-c171990e9ca1e70fee82794a5f0661732aaa575c.tar.bz2 meta-cloud-services-c171990e9ca1e70fee82794a5f0661732aaa575c.zip |
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.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/consul/consul_git.bb b/recipes-connectivity/consul/consul_git.bb index f4955e2a..a49d4a16 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 GO_IMPORT = "github.com/hashicorp/consul" SRCREV = "944cc71026c007e7de9467ec3f38f0ad14464fcc" -SRC_URI = "git://${GO_IMPORT}.git \ +SRC_URI = "git://${GO_IMPORT}.git;branch=main \ file://0001-Migration-Rename-imports-throughout.patch \ file://consul.service \ " |