meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-virtualization][hardknott][PATCH] oci-runtime-spec: fix url
@ 2021-12-03 13:04 Stefan Mueller-Klieser
  2021-12-03 14:07 ` Bruce Ashfield
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Mueller-Klieser @ 2021-12-03 13:04 UTC (permalink / raw)
  To: meta-virtualization

Upstream renamed master to main and github will remove the git protocol.

Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
---
 recipes-containers/oci-runtime-spec/oci-runtime-spec_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 c4083c09d818..99f309772310 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
 SRCNAME = "runtime-spec"

 PKG_NAME = "github.com/opencontainers/${SRCNAME}"
-SRC_URI = "git://${PKG_NAME}.git;destsuffix=git/src/${PKG_NAME}"
+SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https;destsuffix=git/src/${PKG_NAME}"

 SRCREV = "78ab98c0761136f84e6e21b24b4dcd0be68ab782"
 PV = "v1.0.1+git${SRCPV}"
--
2.20.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-12-03 14:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-03 13:04 [meta-virtualization][hardknott][PATCH] oci-runtime-spec: fix url Stefan Mueller-Klieser
2021-12-03 14:07 ` Bruce Ashfield
2021-12-03 14:36   ` Stefan Mueller-Klieser
2021-12-03 14:53     ` Bruce Ashfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).