summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-14 15:20:07 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-14 15:21:16 -0400
commit172d5f47d54c6cea5f3c229fbd078200930fb690 (patch)
tree20961ea2a85810ed6b0d403815a35e9945c22548 /recipes-containers
parentbaa8c9cd62988121c39ae848cd967859fbbf5250 (diff)
downloadmeta-virtualization-172d5f47d54c6cea5f3c229fbd078200930fb690.tar.gz
crun: adjust image-spec repository from master to main
We need to change our branch to avoid parse errors. 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 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"
12SRC_URI = "git://github.com/containers/crun.git;branch=main;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=main;name=ispec;destsuffix=git/libocispec/image-spec \
16 " 16 "
17 17
18PV = "0.18+git${SRCREV_crun}" 18PV = "0.18+git${SRCREV_crun}"