diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-05-19 08:34:57 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-05-19 09:10:41 -0400 |
commit | cdf82b11d208e1b75f4602abacfabec89d91d791 (patch) | |
tree | f50771a43c221b179d47fda47d650586ac1d5a99 | |
parent | 99d0e9f605c59a4a9906d1e3648918f4480624c3 (diff) | |
download | meta-virtualization-cdf82b11d208e1b75f4602abacfabec89d91d791.tar.gz |
crun: switch branch to main
crun has renamed master -> main, so we adjust our fetching to
match.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/crun/crun_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb index 7781e110..508bfda3 100644 --- a/recipes-containers/crun/crun_git.bb +++ b/recipes-containers/crun/crun_git.bb | |||
@@ -10,7 +10,7 @@ SRCREV_rspec = "19e92ca817772b4466f2ed2b8d808dfb7a8ab4be" | |||
10 | 10 | ||
11 | SRCREV_FORMAT = "crun_rspec" | 11 | SRCREV_FORMAT = "crun_rspec" |
12 | SRC_URI = "git://github.com/containers/crun.git;branch=master;name=crun \ | 12 | SRC_URI = "git://github.com/containers/crun.git;branch=master;name=crun \ |
13 | git://github.com/containers/libocispec.git;branch=master;name=libocispec;destsuffix=git/libocispec \ | 13 | git://github.com/containers/libocispec.git;branch=main;name=libocispec;destsuffix=git/libocispec \ |
14 | git://github.com/opencontainers/runtime-spec.git;branch=master;name=rspec;destsuffix=git/libocispec/runtime-spec \ | 14 | git://github.com/opencontainers/runtime-spec.git;branch=master;name=rspec;destsuffix=git/libocispec/runtime-spec \ |
15 | git://github.com/opencontainers/image-spec.git;branch=master;name=ispec;destsuffix=git/libocispec/image-spec \ | 15 | git://github.com/opencontainers/image-spec.git;branch=master;name=ispec;destsuffix=git/libocispec/image-spec \ |
16 | " | 16 | " |