diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-12-16 13:03:00 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-12-16 21:43:28 -0500 |
commit | 7618d5046a24e4c8852560b17f815b1ce3cba160 (patch) | |
tree | c43595915fb01f84eafaeb701973f3e48948e6ba | |
parent | ba4217b5b591e983229841cf63049f574406dd67 (diff) | |
download | meta-virtualization-7618d5046a24e4c8852560b17f815b1ce3cba160.tar.gz |
cri-o: switch from master -> main
cri-o has joined the projects switching their default branch to
main (and removing the old one).
We update our recipe to avoid fetcher errors.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/cri-o/cri-o_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/cri-o/cri-o_git.bb b/recipes-containers/cri-o/cri-o_git.bb index 41b86251..b93c3deb 100644 --- a/recipes-containers/cri-o/cri-o_git.bb +++ b/recipes-containers/cri-o/cri-o_git.bb | |||
@@ -16,7 +16,7 @@ At a high level, we expect the scope of cri-o to be restricted to the following | |||
16 | 16 | ||
17 | SRCREV_cri-o = "1d447191ee73ead59f344f354edac5d64f377e15" | 17 | SRCREV_cri-o = "1d447191ee73ead59f344f354edac5d64f377e15" |
18 | SRC_URI = "\ | 18 | SRC_URI = "\ |
19 | git://github.com/kubernetes-sigs/cri-o.git;branch=master;name=cri-o;protocol=https \ | 19 | git://github.com/kubernetes-sigs/cri-o.git;branch=main;name=cri-o;protocol=https \ |
20 | file://0001-Makefile-force-symlinks.patch \ | 20 | file://0001-Makefile-force-symlinks.patch \ |
21 | file://crio.conf \ | 21 | file://crio.conf \ |
22 | " | 22 | " |