summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-03-25 03:06:46 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-03-25 03:06:46 +0000
commit26024bb82d2e60b38b1402d5541ccfcd5c1624e5 (patch)
tree57381437b1d4950587cea35d61d8b9409e7205bb
parent8745a2294eb2cbd193d8672820dd993770b4545a (diff)
downloadmeta-cloud-services-26024bb82d2e60b38b1402d5541ccfcd5c1624e5.tar.gz
consul: add https to github SRC_URI
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 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
5 5
6GO_IMPORT = "github.com/hashicorp/consul" 6GO_IMPORT = "github.com/hashicorp/consul"
7SRCREV = "944cc71026c007e7de9467ec3f38f0ad14464fcc" 7SRCREV = "944cc71026c007e7de9467ec3f38f0ad14464fcc"
8SRC_URI = "git://${GO_IMPORT}.git;branch=main \ 8SRC_URI = "git://${GO_IMPORT}.git;branch=main;protocol=https \
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 "