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 48bcdc27..816c8067 100644
--- a/recipes-containers/criu/criu_git.bb
+++ b/recipes-containers/criu/criu_git.bb
@@ -25,7 +25,7 @@ SRC_URI = "git://github.com/xemul/criu.git;protocol=git \
25 25
26COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" 26COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux"
27 27
28DEPENDS += "protobuf-c-native protobuf-c" 28DEPENDS += "protobuf-c-native protobuf-c libbsd"
29 29
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31