From 2631bf14e67c9a7c02ccc7743648a502c5203b02 Mon Sep 17 00:00:00 2001 From: He Zhe Date: Thu, 22 Jun 2017 13:25:09 +0800 Subject: [PATCH] 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 Signed-off-by: Bruce Ashfield --- recipes-containers/criu/criu_git.bb | 1 + 1 file changed, 1 insertion(+) 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 \ COMPATIBLE_HOST = "(x86_64|arm|aarch64).*-linux" DEPENDS += "libnl libcap protobuf-c-native protobuf-c util-linux-native libbsd" +RDEPENDS_${PN} = "bash" S = "${WORKDIR}/git"