[yocto] [meta-security][PATCH 4/5] checksec: fix rdepend issue

Armin Kuster akuster808 at gmail.com
Wed Jan 14 07:12:37 PST 2015


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

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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




More information about the yocto mailing list