summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go/go-connections_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-11-03 09:51:23 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-12-03 09:03:15 -0500
commit15a0cc3e991b324c1e45294eafcf0b98fff635c7 (patch)
treeb6e1701ecf14b92cde1b7e584d1d5cd94c9e5f23 /recipes-devtools/go/go-connections_git.bb
parent5d0fad3c4e01456417f693cef6974501b9a96b00 (diff)
downloadmeta-virtualization-hardknott-next.tar.gz
global: convert github SRC_URIs to use https protocolhardknott-next
* apply the same also for recipes using PKG_NAME starting with github.com which the conversion script doesn't update automatically Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/go/go-connections_git.bb')
-rw-r--r--recipes-devtools/go/go-connections_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/go/go-connections_git.bb b/recipes-devtools/go/go-connections_git.bb
index 89176f72..af9d74fc 100644
--- a/recipes-devtools/go/go-connections_git.bb
+++ b/recipes-devtools/go/go-connections_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=04424bc6f5a5be60691b9824d
7SRCNAME = "go-connections" 7SRCNAME = "go-connections"
8 8
9PKG_NAME = "github.com/docker/${SRCNAME}" 9PKG_NAME = "github.com/docker/${SRCNAME}"
10SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=master" 10SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=master;protocol=https"
11 11
12SRCREV = "4ccf312bf1d35e5dbda654e57a9be4c3f3cd0366" 12SRCREV = "4ccf312bf1d35e5dbda654e57a9be4c3f3cd0366"
13PV = "0.2.1+git${SRCPV}" 13PV = "0.2.1+git${SRCPV}"