diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-11-03 09:51:23 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-12-03 09:03:15 -0500 |
commit | 15a0cc3e991b324c1e45294eafcf0b98fff635c7 (patch) | |
tree | b6e1701ecf14b92cde1b7e584d1d5cd94c9e5f23 /recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb | |
parent | 5d0fad3c4e01456417f693cef6974501b9a96b00 (diff) | |
download | meta-virtualization-hardknott-next.tar.gz |
global: convert github SRC_URIs to use https protocolhardknott-next
* 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/oci-runtime-spec_git.bb')
-rw-r--r-- | recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb | 2 |
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 c2add17b..4b5fb9cb 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 | |||
7 | SRCNAME = "runtime-spec" | 7 | SRCNAME = "runtime-spec" |
8 | 8 | ||
9 | PKG_NAME = "github.com/opencontainers/${SRCNAME}" | 9 | PKG_NAME = "github.com/opencontainers/${SRCNAME}" |
10 | SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=main" | 10 | SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME};branch=main;protocol=https" |
11 | 11 | ||
12 | SRCREV = "78ab98c0761136f84e6e21b24b4dcd0be68ab782" | 12 | SRCREV = "78ab98c0761136f84e6e21b24b4dcd0be68ab782" |
13 | PV = "v1.0.1+git${SRCPV}" | 13 | PV = "v1.0.1+git${SRCPV}" |