summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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