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 7db609e5..40789dc0 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 = "a09ab7263b2244b3ef11bff8dd4c0b4e8f9cd32f" 6SRCREV_crun = "d2ff390d37ca163ebff2467382b3a6d6c77c5ca6"
7SRCREV_libocispec = "23aed835eed8d81d124977583551a81abe595a0c" 7SRCREV_libocispec = "23aed835eed8d81d124977583551a81abe595a0c"
8SRCREV_ispec = "4df8887994e871a59f9e30e8dd811d060f6a39ef" 8SRCREV_ispec = "4df8887994e871a59f9e30e8dd811d060f6a39ef"
9SRCREV_rspec = "494a5a6aca782455c0fbfc35af8e12f04e98a55e" 9SRCREV_rspec = "494a5a6aca782455c0fbfc35af8e12f04e98a55e"
@@ -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.8.1+git${SRCREV_crun}" 20PV = "1.8.3+git${SRCREV_crun}"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23REQUIRED_DISTRO_FEATURES ?= "systemd" 23REQUIRED_DISTRO_FEATURES ?= "systemd"