diff options
-rw-r--r-- | recipes-containers/cri-o/cri-o_git.bb | 6 |
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 ebf5bab3..2d6187a8 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 | ||
17 | SRCREV_cri-o = "6d0ffae63b9b7d8f07e7f9cf50736a67fb31faf3" | 17 | SRCREV_cri-o = "7f6ccb579c26519df8cefbf6c9220bd65e25830a" |
18 | SRC_URI = "\ | 18 | SRC_URI = "\ |
19 | git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.17;name=cri-o \ | 19 | git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.21;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 | ||
28 | GO_IMPORT = "import" | 28 | GO_IMPORT = "import" |
29 | 29 | ||
30 | PV = "1.17.0+git${SRCREV_cri-o}" | 30 | PV = "1.21.0+git${SRCREV_cri-o}" |
31 | 31 | ||
32 | DEPENDS = " \ | 32 | DEPENDS = " \ |
33 | glib-2.0 \ | 33 | glib-2.0 \ |