summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-05-19 08:34:57 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-05-19 08:48:11 -0400
commit51c195d7612e0b37b04e6867ff74484f8247f39c (patch)
tree90395fc8347b22a71b5c5ea5197f7ca9d2f8e977 /recipes-containers
parentef7f5e7c5825413c8ae35639208ed76fd7c219aa (diff)
downloadmeta-virtualization-51c195d7612e0b37b04e6867ff74484f8247f39c.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>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/crun/crun_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb
index 549f6090..e463a207 100644
--- a/recipes-containers/crun/crun_git.bb
+++ b/recipes-containers/crun/crun_git.bb
@@ -10,7 +10,7 @@ SRCREV_rspec = "7413a7f753e1bd9a6a9c6dc7f96f55888cbbd476"
10 10
11SRCREV_FORMAT = "crun_rspec" 11SRCREV_FORMAT = "crun_rspec"
12SRC_URI = "git://github.com/containers/crun.git;branch=master;name=crun \ 12SRC_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 "