checksec: Add more runtime dependencies to checksec tool

Checksec tool depends of commands "find, file and ps"

Signed-off-by: BELOUARGA Mohamed <m.belouarga@technologyandstrategy.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
BELOUARGA Mohamed
2024-02-17 13:56:17 +01:00
committed by Armin Kuster
parent 6f7f2b6b47
commit 5d2bd6bbb5

View File

@@ -16,6 +16,6 @@ do_install() {
install -m 0755 ${S}/checksec ${D}${bindir}
}
RDEPENDS:${PN} = "bash openssl-bin binutils"
RDEPENDS:${PN} = "bash openssl-bin binutils findutils file procps"
BBCLASSEXTEND = "native"