diff options
-rw-r--r-- | recipes-containers/crun/crun_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb index 86b9eaf1..4efb39ea 100644 --- a/recipes-containers/crun/crun_git.bb +++ b/recipes-containers/crun/crun_git.bb | |||
@@ -3,7 +3,7 @@ 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 = "d7ee5496991c6ad40be6dd94796643cb0def9e3c" | 6 | SRCREV_crun = "f8fa497a33205c7e05bb768cbb157ea53909bcc6" |
7 | SRCREV_libocispec = "19c05670c37a42c217caa7b141bcaada7867cc15" | 7 | SRCREV_libocispec = "19c05670c37a42c217caa7b141bcaada7867cc15" |
8 | SRCREV_ispec = "9615142d016838b5dfe7453f80af0be74feb5c7c" | 8 | SRCREV_ispec = "9615142d016838b5dfe7453f80af0be74feb5c7c" |
9 | SRCREV_rspec = "720792f25ae6e9ee6b1332db698f37659e69ce8d" | 9 | SRCREV_rspec = "720792f25ae6e9ee6b1332db698f37659e69ce8d" |
@@ -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 = "1.8.6+git${SRCREV_crun}" | 20 | PV = "1.8.7+git${SRCREV_crun}" |
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | REQUIRED_DISTRO_FEATURES ?= "systemd seccomp" | 23 | REQUIRED_DISTRO_FEATURES ?= "systemd seccomp" |