summaryrefslogtreecommitdiffstats
path: root/recipes-containers/oci-image-spec
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-11-05 08:57:46 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-05 08:57:46 -0400
commit3fea81e4c58f7c0f263341a96eec2cca39e87a59 (patch)
tree0157e475e5cbe3ac661f26b30c43b0e485a42a53 /recipes-containers/oci-image-spec
parent7fec18f265574b9b11a08795dc751d853af84099 (diff)
downloadmeta-virtualization-3fea81e4c58f7c0f263341a96eec2cca39e87a59.tar.gz
crun/oci-image-spec: specify https in github src_uri
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/oci-image-spec')
-rw-r--r--recipes-containers/oci-image-spec/oci-image-spec_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/oci-image-spec/oci-image-spec_git.bb b/recipes-containers/oci-image-spec/oci-image-spec_git.bb
index 8d1d7ec8..58613b09 100644
--- a/recipes-containers/oci-image-spec/oci-image-spec_git.bb
+++ b/recipes-containers/oci-image-spec/oci-image-spec_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=27ef03aa2da6e424307f102e8
7SRCNAME = "image-spec" 7SRCNAME = "image-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 = "54a822e528b91c8db63b873ad56daf200a2e5e61" 12SRCREV = "54a822e528b91c8db63b873ad56daf200a2e5e61"
13PV = "v1.0.1+git${SRCPV}" 13PV = "v1.0.1+git${SRCPV}"