From baf9e1a06f116c12af46a4400edfc1aa10d3fc8b 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-containers/go-errors/go-errors_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/go-errors/go-errors_git.bb') diff --git a/recipes-containers/go-errors/go-errors_git.bb b/recipes-containers/go-errors/go-errors_git.bb index d7b32879..f1d7ef3b 100644 --- a/recipes-containers/go-errors/go-errors_git.bb +++ b/recipes-containers/go-errors/go-errors_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=6fe682a02df52c6653f33bd0f SRCNAME = "errors" PKG_NAME = "github.com/pkg/${SRCNAME}" -SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=master" +SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=master;protocol=https" SRCREV = "5dd12d0cfe7f152f80558d591504ce685299311e" PV = "v0.8.1+git${SRCPV}" -- cgit v1.2.3-54-g00ecf