From c371e230f45d8dae2333d2c1d0208d803d51a46e Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 16 Oct 2025 12:16:37 -0400 Subject: [PATCH] criu: update to v4.1.1 Bumping criu to version v4.1.1, which comprises the following commits: a44aa6d98 criu: Version 4.1.1 ced15c302 test/zdtm: remove unused compiler argument 570621a48 mount-v2: enter the mount namesapce to propagation properties b6059ff19 criu: Version 4.1 (CRISC-V) Signed-off-by: Bruce Ashfield --- recipes-containers/criu/criu_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-containers/criu/criu_git.bb b/recipes-containers/criu/criu_git.bb index 4a0f2f05..bcb0ddb6 100644 --- a/recipes-containers/criu/criu_git.bb +++ b/recipes-containers/criu/criu_git.bb @@ -13,8 +13,8 @@ EXCLUDE_FROM_WORLD = "1" LIC_FILES_CHKSUM = "file://COPYING;md5=412de458544c1cb6a2b512cd399286e2" -SRCREV = "b6059ff193a9b0dff98e997134d662c3ccfd1600" -PV = "4.1+git" +SRCREV = "a44aa6d985472d995d04fef7eae22d63c7500f8c" +PV = "4.1.1+git" SRC_URI = "git://github.com/checkpoint-restore/criu.git;branch=master;protocol=https \ file://0001-criu-Skip-documentation-install.patch \