summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-03-18 02:30:08 +0000
committerArmin Kuster <akuster808@gmail.com>2020-03-27 16:53:25 -0700
commitbc7b81685cbc5ea4af057eb5ef0dbf1e3974ca25 (patch)
treea2e5c3cc06581324c1e0f514a3cee186e7f9b79c
parent1f7ca85929fef49e34e6fccaecc0c8135c35598f (diff)
downloadmeta-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.bb2
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 () {
38FILES_${PN} += "${sysconfdir}/developer.prf ${sysconfdir}/default.prf" 38FILES_${PN} += "${sysconfdir}/developer.prf ${sysconfdir}/default.prf"
39FILES_${PN}-doc += "lynis.8 FAQ README CHANGELOG.md CONTRIBUTIONS.md CONTRIBUTORS.md" 39FILES_${PN}-doc += "lynis.8 FAQ README CHANGELOG.md CONTRIBUTIONS.md CONTRIBUTORS.md"
40 40
41RDEPENDS_${PN} += "procps" 41RDEPENDS_${PN} += "procps findutils"