summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/crun/crun_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb
index 9875f36d..857bed3f 100644
--- a/recipes-containers/crun/crun_git.bb
+++ b/recipes-containers/crun/crun_git.bb
@@ -3,7 +3,7 @@ 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 = "718b94edc37e010a866d8b6b69ec0d30ada24613" 6SRCREV_crun = "3b3061afdeb49d691cfbbeaca09c0a0f45694cb2"
7SRCREV_libocispec = "fb3c221d5849de9184f88b6929ce4a8c8fb55be9" 7SRCREV_libocispec = "fb3c221d5849de9184f88b6929ce4a8c8fb55be9"
8SRCREV_ispec = "54a822e528b91c8db63b873ad56daf200a2e5e61" 8SRCREV_ispec = "54a822e528b91c8db63b873ad56daf200a2e5e61"
9SRCREV_rspec = "ab23082b188344f6fbb63a441ea00ffc2852d06d" 9SRCREV_rspec = "ab23082b188344f6fbb63a441ea00ffc2852d06d"
@@ -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 = "1.2+git${SRCREV_crun}" 20PV = "1.4.3+git${SRCREV_crun}"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23REQUIRED_DISTRO_FEATURES ?= "systemd" 23REQUIRED_DISTRO_FEATURES ?= "systemd"