mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
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:
committed by
Armin Kuster
parent
6f7f2b6b47
commit
5d2bd6bbb5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user