diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-03-18 02:30:08 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-03-17 19:38:08 -0700 |
commit | e8d4d9daea19eab7b55a639c85fb2bea51a11e13 (patch) | |
tree | a2e5c3cc06581324c1e0f514a3cee186e7f9b79c | |
parent | 56fd59fba18083a4fd4b0ed817590b000c0458b8 (diff) | |
download | meta-security-e8d4d9daea19eab7b55a639c85fb2bea51a11e13.tar.gz |
lynis: add missing rdepends
add findutils
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-security-compliance/recipes-auditors/lynis/lynis_2.7.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-security-compliance/recipes-auditors/lynis/lynis_2.7.5.bb b/meta-security-compliance/recipes-auditors/lynis/lynis_2.7.5.bb index 21e4517..245761c 100644 --- a/meta-security-compliance/recipes-auditors/lynis/lynis_2.7.5.bb +++ b/meta-security-compliance/recipes-auditors/lynis/lynis_2.7.5.bb | |||
@@ -38,4 +38,4 @@ do_install () { | |||
38 | FILES_${PN} += "${sysconfdir}/developer.prf ${sysconfdir}/default.prf" | 38 | FILES_${PN} += "${sysconfdir}/developer.prf ${sysconfdir}/default.prf" |
39 | FILES_${PN}-doc += "lynis.8 FAQ README CHANGELOG.md CONTRIBUTIONS.md CONTRIBUTORS.md" | 39 | FILES_${PN}-doc += "lynis.8 FAQ README CHANGELOG.md CONTRIBUTIONS.md CONTRIBUTORS.md" |
40 | 40 | ||
41 | RDEPENDS_${PN} += "procps" | 41 | RDEPENDS_${PN} += "procps findutils" |