summaryrefslogtreecommitdiffstats
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:22:36 -0400
commit4d6216a04c2ebe04bf02392c02d9589d35ebf3b4 (patch)
tree0a5b2c70c29231712acd74f6daad69eb42da26d6
parentbf2930c69b163af0ece08cae2649afffa5b3e810 (diff)
downloadmeta-virtualization-4d6216a04c2ebe04bf02392c02d9589d35ebf3b4.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>
-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 3b53be77..84f92753 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.10.2+git${SRCREV_crun}" 18PV = "0.10.2+git${SRCREV_crun}"