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:
Armin Kuster
2019-10-14 22:35:58 -07:00
parent 0e612d4c4d
commit c55721b15e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ do_install() {
install -m 0755 ${S}/checksec ${D}${bindir}
}
RDEPENDS_${PN} = "bash openssl-bin"
RDEPENDS_${PN} = "bash openssl-bin binutils"