summaryrefslogtreecommitdiffstats
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 09:17:16 -0400
commite0f06c21f2e13d9d383e7e45b5c59e76746b4b91 (patch)
tree8f867d5797c16f485d82c1d3a3f729c9543e7b9f
parentf0d8a55c220fdec46927c106568657b725e17126 (diff)
downloadmeta-virtualization-e0f06c21f2e13d9d383e7e45b5c59e76746b4b91.tar.gz
crun/oci-image-spec: specify https in github src_uri
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/oci-image-spec/oci-image-spec_git.bb2
-rw-r--r--recipes-devtools/go/go-md2man_git.bb2
2 files changed, 2 insertions, 2 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 a137bc8c..c2900d32 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 = "bd4f8fcb0979a663d8b97a1d4d9b030b3d2ca1fa" 12SRCREV = "bd4f8fcb0979a663d8b97a1d4d9b030b3d2ca1fa"
13PV = "v1.0.1+git${SRCPV}" 13PV = "v1.0.1+git${SRCPV}"
diff --git a/recipes-devtools/go/go-md2man_git.bb b/recipes-devtools/go/go-md2man_git.bb
index ddb45df7..ba9def63 100644
--- a/recipes-devtools/go/go-md2man_git.bb
+++ b/recipes-devtools/go/go-md2man_git.bb
@@ -9,7 +9,7 @@ BBCLASSEXTEND = "native"
9GO_IMPORT = "github.com/cpuguy83/go-md2man" 9GO_IMPORT = "github.com/cpuguy83/go-md2man"
10#GO_INSTALL = "${GO_IMPORT}/bin/go-md2man" 10#GO_INSTALL = "${GO_IMPORT}/bin/go-md2man"
11 11
12SRC_URI = "git://${GO_IMPORT}.git;branch=master" 12SRC_URI = "git://${GO_IMPORT}.git;branch=master;protocol=https"
13 13
14SRCREV = "f79a8a8ca69da163eee19ab442bedad7a35bba5a" 14SRCREV = "f79a8a8ca69da163eee19ab442bedad7a35bba5a"
15PV = "1.0.10+git${SRCPV}" 15PV = "1.0.10+git${SRCPV}"