diff options
-rw-r--r-- | recipes-containers/crun/crun_git.bb | 8 |
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" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | 5 | ||
6 | SRCREV_crun = "6c158dde073c5a05dd30b9bb6159ec5e61422204" | 6 | SRCREV_crun = "4b75c7cb574d642481c9346eb3d54e91c33ebaf2" |
7 | SRCREV_libocispec = "7b27d0a0bb87fdd7ee46365994e450a58405004f" | 7 | SRCREV_libocispec = "68211ccc41201c45ad276b04c7f67d61e80b1f7a" |
8 | SRCREV_ispec = "dd33f727e2faea07432ef6f06d6f9afe73f3f519" | 8 | SRCREV_ispec = "da92727e9c8761ec087890466b8756b755aefd37" |
9 | SRCREV_rspec = "2d3f72ecad9e97c898e1eb04b899a51241f1cabd" | 9 | SRCREV_rspec = "2d3f72ecad9e97c898e1eb04b899a51241f1cabd" |
10 | SRCREV_yajl = "f344d21280c3e4094919fd318bc5ce75da91fc06" | 10 | SRCREV_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 | ||
20 | PV = "v1.15+git${SRCREV_crun}" | 20 | PV = "v1.17+git${SRCREV_crun}" |
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | inherit autotools-brokensep pkgconfig | 23 | inherit autotools-brokensep pkgconfig |