summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiangyu Chen <xiangyu.chen@windriver.com>2024-01-07 20:56:08 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-01-19 14:29:24 +0000
commitcb8478033922a21872886c43793d665c5e17e31d (patch)
tree21051a1f3eac9f483d98db0951f83de910387b3e
parent664e3573d4b178bbbf6e080b7b7f2477853d1fbd (diff)
downloadmeta-virtualization-cb8478033922a21872886c43793d665c5e17e31d.tar.gz
criu: add cgroup-lite to RDEPENDS
criu needs cgroup-lite to init the cgroup configurations during system start. Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/criu/criu_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/criu/criu_git.bb b/recipes-containers/criu/criu_git.bb
index bda0aa2a..0ff5850e 100644
--- a/recipes-containers/criu/criu_git.bb
+++ b/recipes-containers/criu/criu_git.bb
@@ -27,7 +27,7 @@ SRC_URI = "git://github.com/checkpoint-restore/criu.git;branch=master;protocol=h
27COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" 27COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux"
28 28
29DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native libbsd libnet" 29DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native libbsd libnet"
30RDEPENDS:${PN} = "bash" 30RDEPENDS:${PN} = "bash cgroup-lite"
31 31
32S = "${WORKDIR}/git" 32S = "${WORKDIR}/git"
33 33