summaryrefslogtreecommitdiffstats
path: root/recipes-containers/crun/crun_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/crun/crun_git.bb')
-rw-r--r--recipes-containers/crun/crun_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb
index 252319cd..6d32339d 100644
--- a/recipes-containers/crun/crun_git.bb
+++ b/recipes-containers/crun/crun_git.bb
@@ -9,10 +9,10 @@ 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=main;name=crun \ 12SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun;protocol=https \
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;protocol=https \
14 git://github.com/opencontainers/runtime-spec.git;branch=main;name=rspec;destsuffix=git/libocispec/runtime-spec \ 14 git://github.com/opencontainers/runtime-spec.git;branch=main;name=rspec;destsuffix=git/libocispec/runtime-spec;protocol=https \
15 git://github.com/opencontainers/image-spec.git;branch=main;name=ispec;destsuffix=git/libocispec/image-spec \ 15 git://github.com/opencontainers/image-spec.git;branch=main;name=ispec;destsuffix=git/libocispec/image-spec;protocol=https \
16 " 16 "
17 17
18PV = "0.10.2+git${SRCREV_crun}" 18PV = "0.10.2+git${SRCREV_crun}"