commit | 49fa52db6f9e5aff2bb2e47b3474c0b9e550aee0 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Oct 16 14:23:15 2019 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Oct 16 14:23:15 2019 -0400 |
tree | 3295d279449e2de514580703e5722fe44d4b2e68 | |
parent | ce36968c2b3e76c3cfc899efaac506dca20b899a [diff] [blame] |
meta-security: subtree update:400eade386..c55721b15e Armin Kuster (2): suricata: fix compile issue checksec: add missing rdepends to readelf Change-Id: Ib50c6bd74004c9cb0241bc70f8df5d90f45f5afe Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-security/recipes-security/checksec/checksec_2.1.0.bb b/meta-security/recipes-security/checksec/checksec_2.1.0.bb index 5c6528e..b67c98b 100644 --- a/meta-security/recipes-security/checksec/checksec_2.1.0.bb +++ b/meta-security/recipes-security/checksec/checksec_2.1.0.bb
@@ -16,4 +16,4 @@ install -m 0755 ${S}/checksec ${D}${bindir} } -RDEPENDS_${PN} = "bash openssl-bin" +RDEPENDS_${PN} = "bash openssl-bin binutils"