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"