From 15a0cc3e991b324c1e45294eafcf0b98fff635c7 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 3 Nov 2021 09:51:23 +0100 Subject: global: convert github SRC_URIs to use https protocol * 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 Signed-off-by: Bruce Ashfield --- recipes-devtools/go/go-capability_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools/go/go-capability_git.bb') diff --git a/recipes-devtools/go/go-capability_git.bb b/recipes-devtools/go/go-capability_git.bb index 19b04b58..29c93a07 100644 --- a/recipes-devtools/go/go-capability_git.bb +++ b/recipes-devtools/go/go-capability_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a7304f5073e7be4ba7bffabbf9f2bbca" SRCNAME = "gocapability" PKG_NAME = "github.com/syndtr/${SRCNAME}" -SRC_URI = "git://${PKG_NAME}.git;branch=master" +SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https" SRCREV = "2c00daeb6c3b45114c80ac44119e7b8801fdd852" PV = "0.0+git${SRCPV}" -- cgit v1.2.3-54-g00ecf