diff options
| author | Tim Orling <tim.orling@konsulko.com> | 2024-03-02 14:26:44 -0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-03-15 17:17:20 +0000 |
| commit | c735cd2ec938b2e2c46b336e87c1388af498436e (patch) | |
| tree | 198931ee67c844f22371ed413f5f93e5f64a9db4 | |
| parent | 6f7a7d62cbf051ab0d310836228ae3c38b70a874 (diff) | |
| download | meta-virtualization-c735cd2ec938b2e2c46b336e87c1388af498436e.tar.gz | |
criu: pycriu RDEPENDS on python3-ctypes
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
| -rw-r--r-- | recipes-containers/criu/criu_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 27 | COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" | 27 | COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" |
| 28 | 28 | ||
| 29 | DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native libbsd libnet python3-protobuf-native" | 29 | DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native libbsd libnet python3-protobuf-native" |
| 30 | RDEPENDS:${PN} = "bash cgroup-lite python3-protobuf" | 30 | RDEPENDS:${PN} = "bash cgroup-lite python3-ctypes python3-protobuf" |
| 31 | 31 | ||
| 32 | S = "${WORKDIR}/git" | 32 | S = "${WORKDIR}/git" |
| 33 | 33 | ||
