summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-05-25 13:07:00 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-06-04 08:43:05 -0400
commita781aa5fd9f77401f09150b8b2ff9e267c8b6d0b (patch)
tree3591758ce4aba8a1b84db43335d2345381cf3def /recipes-containers
parent87460f34d756d5833fa58efacecb9148b03290e9 (diff)
downloadmeta-virtualization-a781aa5fd9f77401f09150b8b2ff9e267c8b6d0b.tar.gz
cri-o: update to 1.22 release
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/cri-o/cri-o_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb
index 527bc722..10522193 100644
--- a/recipes-containers/cri-o/cri-o_git.bb
+++ b/recipes-containers/cri-o/cri-o_git.bb
@@ -14,9 +14,9 @@ At a high level, we expect the scope of cri-o to be restricted to the following
14 - Resource isolation as required by the CRI \ 14 - Resource isolation as required by the CRI \
15 " 15 "
16 16
17SRCREV_cri-o = "bc1ef35a932acc2f6f3b6d3eb19a4f68aa9423f6" 17SRCREV_cri-o = "f497d5004e8f2d903fa47e6d2e177c7237d861ff"
18SRC_URI = "\ 18SRC_URI = "\
19 git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.21;name=cri-o \ 19 git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.22;name=cri-o \
20 file://0001-Makefile-force-symlinks.patch \ 20 file://0001-Makefile-force-symlinks.patch \
21 file://crio.conf \ 21 file://crio.conf \
22 " 22 "
@@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c2
27 27
28GO_IMPORT = "import" 28GO_IMPORT = "import"
29 29
30PV = "1.21.0+git${SRCREV_cri-o}" 30PV = "1.22.0+git${SRCREV_cri-o}"
31 31
32DEPENDS = " \ 32DEPENDS = " \
33 glib-2.0 \ 33 glib-2.0 \