diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-01-13 23:02:47 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2015-02-01 08:11:45 -0800 |
commit | a58d09e2f57e0f3e906143ba3c4d90216f993891 (patch) | |
tree | bc3ef02052f380d252ebf963c596342dd9cdd8dd | |
parent | ada3eeef6d63b9de61c887caa43e3961e317093f (diff) | |
download | meta-security-a58d09e2f57e0f3e906143ba3c4d90216f993891.tar.gz |
checksec: fix rdepend issue
WARNING: QA Issue: checksec requires /bin/bash, but no providers in its RDEPENDS [file-rdeps]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/checksec/checksec_1.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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() { | |||
14 | install -d ${D}${bindir} | 14 | install -d ${D}${bindir} |
15 | install -m 0755 ${WORKDIR}/checksec.sh ${D}${bindir} | 15 | install -m 0755 ${WORKDIR}/checksec.sh ${D}${bindir} |
16 | } | 16 | } |
17 | |||
18 | RDEPENDS_${PN} = "bash" | ||