summaryrefslogtreecommitdiffstats
path: root/recipes-containers/criu/criu_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/criu/criu_git.bb')
-rw-r--r--recipes-containers/criu/criu_git.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes-containers/criu/criu_git.bb b/recipes-containers/criu/criu_git.bb
index 0ff5850e..7cadda24 100644
--- a/recipes-containers/criu/criu_git.bb
+++ b/recipes-containers/criu/criu_git.bb
@@ -13,20 +13,17 @@ EXCLUDE_FROM_WORLD = "1"
13 13
14LIC_FILES_CHKSUM = "file://COPYING;md5=412de458544c1cb6a2b512cd399286e2" 14LIC_FILES_CHKSUM = "file://COPYING;md5=412de458544c1cb6a2b512cd399286e2"
15 15
16SRCREV = "d46f40f4ff0c724e0b9f0f8a2e8c043806897e94" 16SRCREV = "f8b14286b092853a4485813e1efd564109df9123"
17PV = "3.17.1+git" 17PV = "3.19.0+git"
18 18
19SRC_URI = "git://github.com/checkpoint-restore/criu.git;branch=master;protocol=https \ 19SRC_URI = "git://github.com/checkpoint-restore/criu.git;branch=master;protocol=https \
20 file://0001-criu-Skip-documentation-install.patch \ 20 file://0001-criu-Skip-documentation-install.patch \
21 file://0002-criu-Change-libraries-install-directory.patch \ 21 file://0002-criu-Change-libraries-install-directory.patch \
22 file://0003-lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch \
23 file://0004-criu-fix-conflicting-headers.patch \
24 file://0005-mount-add-definition-for-FSOPEN_CLOEXEC.patch \
25 " 22 "
26 23
27COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" 24COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux"
28 25
29DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native libbsd libnet" 26DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native libbsd libnet python3-pip-native"
30RDEPENDS:${PN} = "bash cgroup-lite" 27RDEPENDS:${PN} = "bash cgroup-lite"
31 28
32S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"