summaryrefslogtreecommitdiffstats
path: root/recipes-containers/criu
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-04-24 16:31:29 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-04-24 22:51:29 -0400
commit76c38f219d87da97ea3b1692aa886b2398466b51 (patch)
treed1da0711566455769b7ccc1fefc5b6f32d37ec5c /recipes-containers/criu
parenta0524380e8e99306527d32094914dba43d061178 (diff)
downloadmeta-virtualization-76c38f219d87da97ea3b1692aa886b2398466b51.tar.gz
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>
Diffstat (limited to 'recipes-containers/criu')
-rw-r--r--recipes-containers/criu/criu_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/criu/criu_git.bb b/recipes-containers/criu/criu_git.bb
index dc0bdbe6..851779d0 100644
--- a/recipes-containers/criu/criu_git.bb
+++ b/recipes-containers/criu/criu_git.bb
@@ -26,7 +26,7 @@ SRC_URI = "git://github.com/xemul/criu.git;protocol=git \
26 26
27COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" 27COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux"
28 28
29DEPENDS += "libnl libcap protobuf-c-native protobuf-c" 29DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native"
30 30
31S = "${WORKDIR}/git" 31S = "${WORKDIR}/git"
32 32