summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2025-08-26 16:07:10 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-09-03 21:38:36 -0400
commit17a69ce26e0a35790f07ad8ead7e325895db18ec (patch)
treec16a22b019351bb6a4765af20e68da157946f27c
parent5b76b43ce1b74c6e52469b4c5a8af7ac8184b43c (diff)
downloadmeta-virtualization-17a69ce26e0a35790f07ad8ead7e325895db18ec.tar.gz
cri-o: correct SRC_URI and HOMEPAGE
cri-o now resides under https://github.com/cri-o/cri-o. The old URL, https://github.com/kubernetes-sigs/cri-o, now redirects to https://github.com/cri-o/cri-o. Correct SRC_URI and HOMEPAGE to use https://github.com/cri-o/cri-o. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/cri-o/cri-o_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb
index 5237f103..2251c27a 100644
--- a/recipes-containers/cri-o/cri-o_git.bb
+++ b/recipes-containers/cri-o/cri-o_git.bb
@@ -1,4 +1,4 @@
1HOMEPAGE = "https://github.com/kubernetes-sigs/cri-o" 1HOMEPAGE = "https://github.com/cri-o/cri-o"
2SUMMARY = "Open Container Initiative-based implementation of Kubernetes Container Runtime Interface" 2SUMMARY = "Open Container Initiative-based implementation of Kubernetes Container Runtime Interface"
3DESCRIPTION = "cri-o is meant to provide an integration path between OCI conformant \ 3DESCRIPTION = "cri-o is meant to provide an integration path between OCI conformant \
4runtimes and the kubelet. Specifically, it implements the Kubelet Container Runtime \ 4runtimes and the kubelet. Specifically, it implements the Kubelet Container Runtime \
@@ -16,7 +16,7 @@ At a high level, we expect the scope of cri-o to be restricted to the following
16 16
17SRCREV_cri-o = "259e23fd4353e67b59b33a0457202210f40322ec" 17SRCREV_cri-o = "259e23fd4353e67b59b33a0457202210f40322ec"
18SRC_URI = "\ 18SRC_URI = "\
19 git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.34;name=cri-o;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ 19 git://github.com/cri-o/cri-o.git;branch=release-1.34;name=cri-o;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
20 file://crio.conf \ 20 file://crio.conf \
21 file://run-ptest \ 21 file://run-ptest \
22 " 22 "