summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 4d03017c..5e25bd74 100644
--- a/recipes-containers/crun/crun_git.bb
+++ b/recipes-containers/crun/crun_git.bb
@@ -3,9 +3,9 @@ LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4PRIORITY = "optional" 4PRIORITY = "optional"
5 5
6SRCREV_crun = "6c158dde073c5a05dd30b9bb6159ec5e61422204" 6SRCREV_crun = "4b75c7cb574d642481c9346eb3d54e91c33ebaf2"
7SRCREV_libocispec = "7b27d0a0bb87fdd7ee46365994e450a58405004f" 7SRCREV_libocispec = "68211ccc41201c45ad276b04c7f67d61e80b1f7a"
8SRCREV_ispec = "dd33f727e2faea07432ef6f06d6f9afe73f3f519" 8SRCREV_ispec = "da92727e9c8761ec087890466b8756b755aefd37"
9SRCREV_rspec = "2d3f72ecad9e97c898e1eb04b899a51241f1cabd" 9SRCREV_rspec = "2d3f72ecad9e97c898e1eb04b899a51241f1cabd"
10SRCREV_yajl = "f344d21280c3e4094919fd318bc5ce75da91fc06" 10SRCREV_yajl = "f344d21280c3e4094919fd318bc5ce75da91fc06"
11 11
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun;protocol=h
17 git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=git/libocispec/yajl;protocol=https \ 17 git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=git/libocispec/yajl;protocol=https \
18 " 18 "
19 19
20PV = "v1.15+git${SRCREV_crun}" 20PV = "v1.17+git${SRCREV_crun}"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23inherit autotools-brokensep pkgconfig 23inherit autotools-brokensep pkgconfig