mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
checksec: add missing rdepends to readelf
update test to check for depends Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -16,4 +16,4 @@ do_install() {
|
||||
install -m 0755 ${S}/checksec ${D}${bindir}
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} = "bash openssl-bin"
|
||||
RDEPENDS_${PN} = "bash openssl-bin binutils"
|
||||
|
||||
Reference in New Issue
Block a user