From 26024bb82d2e60b38b1402d5541ccfcd5c1624e5 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 25 Mar 2022 03:06:46 +0000 Subject: consul: add https to github SRC_URI Signed-off-by: Bruce Ashfield --- recipes-connectivity/consul/consul_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-connectivity') diff --git a/recipes-connectivity/consul/consul_git.bb b/recipes-connectivity/consul/consul_git.bb index 828a20e..0d084b0 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;branch=main \ +SRC_URI = "git://${GO_IMPORT}.git;branch=main;protocol=https \ file://0001-Migration-Rename-imports-throughout.patch \ file://consul.service \ " -- cgit v1.2.3-54-g00ecf