summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/criu/criu_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/criu/criu_git.bb b/recipes-containers/criu/criu_git.bb
index 29f136ac..849a8328 100644
--- a/recipes-containers/criu/criu_git.bb
+++ b/recipes-containers/criu/criu_git.bb
@@ -28,6 +28,7 @@ SRC_URI = "git://github.com/xemul/criu.git;protocol=git \
28COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" 28COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux"
29 29
30DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native libbsd" 30DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native libbsd"
31RDEPENDS_${PN} = "bash"
31 32
32S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"
33 34