From 172d5f47d54c6cea5f3c229fbd078200930fb690 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 14 Jul 2021 15:20:07 -0400 Subject: crun: adjust image-spec repository from master to main We need to change our branch to avoid parse errors. Signed-off-by: Bruce Ashfield --- recipes-containers/crun/crun_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers') diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb index ea7faa13..b2efb093 100644 --- a/recipes-containers/crun/crun_git.bb +++ b/recipes-containers/crun/crun_git.bb @@ -12,7 +12,7 @@ SRCREV_FORMAT = "crun_rspec" 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 \ + git://github.com/opencontainers/image-spec.git;branch=main;name=ispec;destsuffix=git/libocispec/image-spec \ " PV = "0.18+git${SRCREV_crun}" -- cgit v1.2.3-54-g00ecf