WARNING: QA Issue: checksec requires /bin/bash, but no providers in its 
RDEPENDS [file-rdeps]

Signed-off-by: Armin Kuster <[email protected]>
---
 recipes-security/checksec/checksec_1.5.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-security/checksec/checksec_1.5.bb 
b/recipes-security/checksec/checksec_1.5.bb
index 49ecc28..07f0f7c 100644
--- a/recipes-security/checksec/checksec_1.5.bb
+++ b/recipes-security/checksec/checksec_1.5.bb
@@ -14,3 +14,5 @@ do_install() {
     install -d ${D}${bindir}
     install -m 0755 ${WORKDIR}/checksec.sh    ${D}${bindir}
 }
+
+RDEPENDS_${PN} = "bash"
-- 
1.9.1

-- 
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to