diff --git a/recipes-containers/criu/criu_git.bb b/recipes-containers/criu/criu_git.bb index 18824213..dc2d0ab7 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 COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native libbsd libnet python3-protobuf-native" -RDEPENDS:${PN} = "bash cgroup-lite python3-protobuf" +RDEPENDS:${PN} = "bash cgroup-lite python3-ctypes python3-protobuf" S = "${WORKDIR}/git"