summaryrefslogtreecommitdiffstats
path: root/recipes-containers/criu
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2017-06-22 13:25:09 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-06-27 13:23:56 -0400
commit2631bf14e67c9a7c02ccc7743648a502c5203b02 (patch)
tree054032df417bc1afb9dd423f1054c8eafe36a242 /recipes-containers/criu
parenta1c49287a80353d286c4b7ae1d1c78e6f837d5a7 (diff)
downloadmeta-virtualization-2631bf14e67c9a7c02ccc7743648a502c5203b02.tar.gz
criu: add bash rdepends
Fix the following QA warning: QA Issue: /usr/libexec/criu/scripts/systemd-autofs-restart.sh contained in package criu requires /bin/bash, but no providers found in RDEPENDS_criu? [file-rdeps] Signed-off-by: He Zhe <zhe.he@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.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