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>
This commit is contained in:
He Zhe 2017-06-22 13:25:09 +08:00 committed by Bruce Ashfield
parent a1c49287a8
commit 2631bf14e6

View File

@ -28,6 +28,7 @@ SRC_URI = "git://github.com/xemul/criu.git;protocol=git \
COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux"
DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native libbsd" DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native libbsd"
RDEPENDS_${PN} = "bash"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"