summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-05-15 15:23:16 +0000
committerArmin Kuster <akuster808@gmail.com>2021-05-16 13:23:55 -0700
commitab239f1497243c3b5bc90abae92ca0afa8f4d92f (patch)
tree3fca4ddb3ffb54920b71b19848b80d2fb05795bf
parent448426a1bae9e4b25bc9691c221d6fb618508cb4 (diff)
downloadmeta-security-ab239f1497243c3b5bc90abae92ca0afa8f4d92f.tar.gz
packagegroup-core-security: add clamav-daemon
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-core/packagegroup/packagegroup-core-security.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb
index 0bddf64..d7349b0 100644
--- a/recipes-core/packagegroup/packagegroup-core-security.bb
+++ b/recipes-core/packagegroup/packagegroup-core-security.bb
@@ -51,9 +51,9 @@ RDEPENDS_packagegroup-security-scanners = "\
51 isic \ 51 isic \
52 nikto \ 52 nikto \
53 checksecurity \ 53 checksecurity \
54 ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-freshclam",d)} \ 54 ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-daemon clamav-freshclam",d)} \
55 " 55 "
56RDEPENDS_packagegroup-security-scanners_remove_libc-musl = "clamav clamav-freshclam" 56RDEPENDS_packagegroup-security-scanners_remove_libc-musl = "clamav clamav-daemon clamav-freshclam"
57 57
58SUMMARY_packagegroup-security-audit = "Security Audit tools " 58SUMMARY_packagegroup-security-audit = "Security Audit tools "
59RDEPENDS_packagegroup-security-audit = " \ 59RDEPENDS_packagegroup-security-audit = " \