summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-06-20 20:01:19 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-06-21 08:57:08 -0400
commitbf2930c69b163af0ece08cae2649afffa5b3e810 (patch)
tree68e74a232b6fd8f512ffd75102cdecdf74dbedb6
parent876b643700a5d923a709ec64217475240b3f87ce (diff)
downloadmeta-virtualization-bf2930c69b163af0ece08cae2649afffa5b3e810.tar.gz
crun: switch to main as specified branch
The upstream project has moved from master to main, so we adjust our recipe accordingly. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-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 508bfda3..3b53be77 100644
--- a/recipes-containers/crun/crun_git.bb
+++ b/recipes-containers/crun/crun_git.bb
@@ -9,7 +9,7 @@ SRCREV_ispec = "775207bd45b6cb8153ce218cc59351799217451f"
9SRCREV_rspec = "19e92ca817772b4466f2ed2b8d808dfb7a8ab4be" 9SRCREV_rspec = "19e92ca817772b4466f2ed2b8d808dfb7a8ab4be"
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=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=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 \