mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
criu: depend on util-linux-native
To provide hexdump which is used as part of the build process. Resolves | criu/pie/../../scripts/gen-offsets.sh: line 37: hexdump: command not found | criu/pie/Makefile:96: recipe for target 'criu/pie/parasite-blob.h' failed Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
a0524380e8
commit
76c38f219d
|
@ -26,7 +26,7 @@ SRC_URI = "git://github.com/xemul/criu.git;protocol=git \
|
||||||
|
|
||||||
COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux"
|
COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux"
|
||||||
|
|
||||||
DEPENDS += "libnl libcap protobuf-c-native protobuf-c"
|
DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user