All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH 1/7] lynis: add missing rdepends
@ 2020-03-18  2:30 akuster
  2020-03-18  2:30 ` [meta-security][PATCH 2/7] fail2ban: change hardcoded sysklogd to VIRTUAL-RUNTIME_base-utils-syslog akuster
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: akuster @ 2020-03-18  2:30 UTC (permalink / raw)
  To: yocto

add findutils

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-security-compliance/recipes-auditors/lynis/lynis_2.7.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 () {
 FILES_${PN} += "${sysconfdir}/developer.prf ${sysconfdir}/default.prf"
 FILES_${PN}-doc += "lynis.8 FAQ README CHANGELOG.md CONTRIBUTIONS.md CONTRIBUTORS.md" 
 
-RDEPENDS_${PN} += "procps"
+RDEPENDS_${PN} += "procps findutils"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-03-18  2:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-18  2:30 [meta-security][PATCH 1/7] lynis: add missing rdepends akuster
2020-03-18  2:30 ` [meta-security][PATCH 2/7] fail2ban: change hardcoded sysklogd to VIRTUAL-RUNTIME_base-utils-syslog akuster
2020-03-18  2:30 ` [meta-security][PATCH 3/7] chkrootkit: add rootkit recipe akuster
2020-03-18  2:30 ` [meta-security][PATCH 4/7] clamav: move to recipes-scanners akuster
2020-03-18  2:30 ` [meta-security][PATCH 5/7] checksec: move to recipe-scanners akuster
2020-03-18  2:30 ` [meta-security][PATCH 6/7] checksecurity: move to recipes-scanners akuster
2020-03-18  2:30 ` [meta-security][PATCH 7/7] buck-security: " akuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.