From c171990e9ca1e70fee82794a5f0661732aaa575c Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 23 Jul 2021 09:25:48 -0400 Subject: 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 --- recipes-connectivity/consul/consul_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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 \ " -- cgit v1.2.3-54-g00ecf