diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-03-18 02:30:08 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-03-27 16:53:25 -0700 |
commit | bc7b81685cbc5ea4af057eb5ef0dbf1e3974ca25 (patch) | |
tree | a2e5c3cc06581324c1e0f514a3cee186e7f9b79c | |
parent | 1f7ca85929fef49e34e6fccaecc0c8135c35598f (diff) | |
download | meta-security-bc7b81685cbc5ea4af057eb5ef0dbf1e3974ca25.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" |