aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security/checksec/checksec_1.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/checksec/checksec_1.5.bb')
-rw-r--r--recipes-security/checksec/checksec_1.5.bb2
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() {
install -d ${D}${bindir}
install -m 0755 ${WORKDIR}/checksec.sh ${D}${bindir}
}
+
+RDEPENDS_${PN} = "bash"