summaryrefslogtreecommitdiffstats
path: root/recipes-containers/oci-runtime-spec
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-11-03 09:37:00 -0400
commitbaf9e1a06f116c12af46a4400edfc1aa10d3fc8b (patch)
tree3042bff29e1e9deeb7a83a587ac933b65e21caee /recipes-containers/oci-runtime-spec
parente13ea7df9242d670e22bebbdeae49bfe31166c72 (diff)
downloadmeta-virtualization-baf9e1a06f116c12af46a4400edfc1aa10d3fc8b.tar.gz
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 <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/oci-runtime-spec')
-rw-r--r--recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
index 55608278..4e2a7be0 100644
--- a/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
+++ b/recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=b355a61a394a504dacde901c9
7SRCNAME = "runtime-spec" 7SRCNAME = "runtime-spec"
8 8
9PKG_NAME = "github.com/opencontainers/${SRCNAME}" 9PKG_NAME = "github.com/opencontainers/${SRCNAME}"
10SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=main" 10SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=main;protocol=https"
11 11
12SRCREV = "ab23082b188344f6fbb63a441ea00ffc2852d06d" 12SRCREV = "ab23082b188344f6fbb63a441ea00ffc2852d06d"
13PV = "v1.0.2+git${SRCPV}" 13PV = "v1.0.2+git${SRCPV}"