diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-03 09:32:08 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-03 10:00:16 -0400 |
commit | 80f70d13f3289e7eeeeaadc902975ed8bac04f30 (patch) | |
tree | ff39a5530f3e3f8f46c03bd5e8d12f25a55b5cb9 | |
parent | d739cb95454cd9c961f8b6d5e4ccc96754b397ce (diff) | |
download | meta-virtualization-80f70d13f3289e7eeeeaadc902975ed8bac04f30.tar.gz |
crun: update runtime-spec branch to main
runtime-spec has moved to main instead of master, so we tweak our branch
name 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 84f92753..252319cd 100644 --- a/recipes-containers/crun/crun_git.bb +++ b/recipes-containers/crun/crun_git.bb | |||
@@ -11,7 +11,7 @@ SRCREV_rspec = "19e92ca817772b4466f2ed2b8d808dfb7a8ab4be" | |||
11 | SRCREV_FORMAT = "crun_rspec" | 11 | SRCREV_FORMAT = "crun_rspec" |
12 | SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun \ | 12 | SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun \ |
13 | git://github.com/containers/libocispec.git;branch=main;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=main;name=rspec;destsuffix=git/libocispec/runtime-spec \ |
15 | git://github.com/opencontainers/image-spec.git;branch=main;name=ispec;destsuffix=git/libocispec/image-spec \ | 15 | git://github.com/opencontainers/image-spec.git;branch=main;name=ispec;destsuffix=git/libocispec/image-spec \ |
16 | " | 16 | " |
17 | 17 | ||