diff options
| -rw-r--r-- | recipes-containers/criu/criu_git.bb | 9 |
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 | ||
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=412de458544c1cb6a2b512cd399286e2" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=412de458544c1cb6a2b512cd399286e2" |
| 15 | 15 | ||
| 16 | SRCREV = "d46f40f4ff0c724e0b9f0f8a2e8c043806897e94" | 16 | SRCREV = "f8b14286b092853a4485813e1efd564109df9123" |
| 17 | PV = "3.17.1+git" | 17 | PV = "3.19.0+git" |
| 18 | 18 | ||
| 19 | SRC_URI = "git://github.com/checkpoint-restore/criu.git;branch=master;protocol=https \ | 19 | SRC_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 | ||
| 27 | COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" | 24 | COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" |
| 28 | 25 | ||
| 29 | DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native libbsd libnet" | 26 | DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native libbsd libnet python3-pip-native" |
| 30 | RDEPENDS:${PN} = "bash cgroup-lite" | 27 | RDEPENDS:${PN} = "bash cgroup-lite" |
| 31 | 28 | ||
| 32 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
