summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-scanners/checksec/checksec_2.6.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-scanners/checksec/checksec_2.6.0.bb b/recipes-scanners/checksec/checksec_2.6.0.bb
index f4a014e..1ba3721 100644
--- a/recipes-scanners/checksec/checksec_2.6.0.bb
+++ b/recipes-scanners/checksec/checksec_2.6.0.bb
@@ -16,6 +16,6 @@ do_install() {
16 install -m 0755 ${S}/checksec ${D}${bindir} 16 install -m 0755 ${S}/checksec ${D}${bindir}
17} 17}
18 18
19RDEPENDS:${PN} = "bash openssl-bin binutils" 19RDEPENDS:${PN} = "bash openssl-bin binutils findutils file procps"
20 20
21BBCLASSEXTEND = "native" 21BBCLASSEXTEND = "native"