summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-03-28 17:08:54 +0000
committerArmin Kuster <akuster808@gmail.com>2021-04-02 08:21:34 -0700
commit44d51ebff55a997ea3cf4503a09963926d4fe0a4 (patch)
tree7425803cb026c87a24fbfe2d96efe76df056555f
parent775870980bc72df7126d910364f44b907727c1d5 (diff)
downloadmeta-security-44d51ebff55a997ea3cf4503a09963926d4fe0a4.tar.gz
packagegroup-core-security: drop clamav-cvd
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 0a4452e..9ac0d2c 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 clamav-cvd",d)} \ 54 ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-freshclam",d)} \
55 " 55 "
56RDEPENDS_packagegroup-security-scanners_remove_libc-musl = "clamav clamav-freshclam clamav-cvd" 56RDEPENDS_packagegroup-security-scanners_remove_libc-musl = "clamav 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 = " \