summaryrefslogtreecommitdiffstats
path: root/recipes-containers/cri-o/cri-o_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-02-10 02:50:47 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-02-11 02:34:05 +0000
commitd63b33b18fa3914b67f4a8c65fa3bb44c3416bb1 (patch)
treee38c46889871231b05ac7f3b4e060cc53a10b042 /recipes-containers/cri-o/cri-o_git.bb
parent552103f5807337712a461303f3570fc5ddcec193 (diff)
downloadmeta-virtualization-d63b33b18fa3914b67f4a8c65fa3bb44c3416bb1.tar.gz
cri-o: update to 1.13.0
Bumping to the next cri-o release branch Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/cri-o/cri-o_git.bb')
-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 822c57ff..2af3c125 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 = "774a29ecf6855f2dff266dc2aa2fe81d7d964465" 17SRCREV_cri-o = "b986e6a8d2af34451363492479d2671a68fd20a3"
18SRC_URI = "\ 18SRC_URI = "\
19 git://github.com/kubernetes-sigs/cri-o.git;nobranch=1;name=cri-o \ 19 git://github.com/kubernetes-sigs/cri-o.git;branch=release-1.13;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.12.0+git${SRCREV_cri-o}" 30PV = "1.13.0+git${SRCREV_cri-o}"
31 31
32DEPENDS = " \ 32DEPENDS = " \
33 glib-2.0 \ 33 glib-2.0 \