diff options
| author | Armin Kuster <akuster808@gmail.com> | 2019-10-14 22:35:58 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2019-10-14 22:45:18 -0700 |
| commit | c55721b15e85d8e103f54ff5d2722a106a91f3eb (patch) | |
| tree | 7f03536af45cd03c9dde6d12289690c62ab7c08d /recipes-security | |
| parent | 0e612d4c4d4411b3396ba3b4a7bcb29ec5a87258 (diff) | |
| download | meta-security-c55721b15e85d8e103f54ff5d2722a106a91f3eb.tar.gz | |
checksec: add missing rdepends to readelf
update test to check for depends
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security')
| -rw-r--r-- | recipes-security/checksec/checksec_2.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/checksec/checksec_2.1.0.bb b/recipes-security/checksec/checksec_2.1.0.bb index 5c6528e..b67c98b 100644 --- a/recipes-security/checksec/checksec_2.1.0.bb +++ b/recipes-security/checksec/checksec_2.1.0.bb | |||
| @@ -16,4 +16,4 @@ do_install() { | |||
| 16 | install -m 0755 ${S}/checksec ${D}${bindir} | 16 | install -m 0755 ${S}/checksec ${D}${bindir} |
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | RDEPENDS_${PN} = "bash openssl-bin" | 19 | RDEPENDS_${PN} = "bash openssl-bin binutils" |
