From 0c9fec907e2e70de9a0ca0244ed362ed853c9f8f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 20 Jun 2021 20:01:19 -0400 Subject: 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 --- recipes-containers/crun/crun_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/crun/crun_git.bb') 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" SRCREV_rspec = "19e92ca817772b4466f2ed2b8d808dfb7a8ab4be" SRCREV_FORMAT = "crun_rspec" -SRC_URI = "git://github.com/containers/crun.git;branch=master;name=crun \ +SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun \ git://github.com/containers/libocispec.git;branch=main;name=libocispec;destsuffix=git/libocispec \ git://github.com/opencontainers/runtime-spec.git;branch=master;name=rspec;destsuffix=git/libocispec/runtime-spec \ git://github.com/opencontainers/image-spec.git;branch=master;name=ispec;destsuffix=git/libocispec/image-spec \ -- cgit v1.2.3-54-g00ecf