mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-26 19:17:08 +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}
|
install -m 0755 ${S}/checksec ${D}${bindir}
|
||||||
}
|
}
|
||||||
|
|
||||||
RDEPENDS:${PN} = "bash openssl-bin binutils"
|
RDEPENDS:${PN} = "bash openssl-bin binutils findutils file procps"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Reference in New Issue
Block a user