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 29db6de5..49142872 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 = "ba3cb60ff73d00637e5ccbe7efd2ab0988b765f9" | 6 | SRCREV_crun = "ce7533af1831880b637900b3d4d1b2d0bce9ef4b" |
7 | SRCREV_libocispec = "fb3c221d5849de9184f88b6929ce4a8c8fb55be9" | 7 | SRCREV_libocispec = "fb3c221d5849de9184f88b6929ce4a8c8fb55be9" |
8 | SRCREV_ispec = "54a822e528b91c8db63b873ad56daf200a2e5e61" | 8 | SRCREV_ispec = "54a822e528b91c8db63b873ad56daf200a2e5e61" |
9 | SRCREV_rspec = "8d0d6d41d096a8589dc998fa744e26763986a07b" | 9 | SRCREV_rspec = "8d0d6d41d096a8589dc998fa744e26763986a07b" |
@@ -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.4.5+git${SRCREV_crun}" | 20 | PV = "1.5.0+git${SRCREV_crun}" |
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | REQUIRED_DISTRO_FEATURES ?= "systemd" | 23 | REQUIRED_DISTRO_FEATURES ?= "systemd" |