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 09:53:41 -0400 |
commit | 35a03f4be4a8f5900f377db91fe19ff5fa6fd39a (patch) | |
tree | b4621355f8d79f0a6a966833bfac47fc0eaa70c0 | |
parent | 6c195718f56a2c8ae5457ed9a78f5eeb337d9598 (diff) | |
download | meta-virtualization-35a03f4be4a8f5900f377db91fe19ff5fa6fd39a.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 3243d4be..e153c1b1 100644 --- a/recipes-containers/crun/crun_git.bb +++ b/recipes-containers/crun/crun_git.bb | |||
@@ -12,7 +12,7 @@ SRCREV_yajl = "f344d21280c3e4094919fd318bc5ce75da91fc06" | |||
12 | SRCREV_FORMAT = "crun_rspec" | 12 | SRCREV_FORMAT = "crun_rspec" |
13 | SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun \ | 13 | SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun \ |
14 | git://github.com/containers/libocispec.git;branch=main;name=libocispec;destsuffix=git/libocispec \ | 14 | git://github.com/containers/libocispec.git;branch=main;name=libocispec;destsuffix=git/libocispec \ |
15 | git://github.com/opencontainers/runtime-spec.git;branch=master;name=rspec;destsuffix=git/libocispec/runtime-spec \ | 15 | git://github.com/opencontainers/runtime-spec.git;branch=main;name=rspec;destsuffix=git/libocispec/runtime-spec \ |
16 | git://github.com/opencontainers/image-spec.git;branch=main;name=ispec;destsuffix=git/libocispec/image-spec \ | 16 | git://github.com/opencontainers/image-spec.git;branch=main;name=ispec;destsuffix=git/libocispec/image-spec \ |
17 | git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=git/libocispec/yajl \ | 17 | git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=git/libocispec/yajl \ |
18 | " | 18 | " |