summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-10-08 07:13:52 -0700
committerArmin Kuster <akuster808@gmail.com>2020-10-16 07:24:06 -0700
commitd2b9de25cbd9fa1a93205b9ef3ef57129c87ee33 (patch)
treed1df082b1bed6009916e0dcf9913cce320ed5053
parentf01129b22ef61843e91524afbee3198fcd003e9b (diff)
downloadmeta-security-d2b9de25cbd9fa1a93205b9ef3ef57129c87ee33.tar.gz
packagegroup-core-security: remove clamav from musl image
Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 496a734c14fc72250979a4e7eb69c5d541ffd870)
-rw-r--r--recipes-security/packagegroup/packagegroup-core-security.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb b/recipes-security/packagegroup/packagegroup-core-security.bb
index 72ca0f4..fd6da9e 100644
--- a/recipes-security/packagegroup/packagegroup-core-security.bb
+++ b/recipes-security/packagegroup/packagegroup-core-security.bb
@@ -39,6 +39,7 @@ RDEPENDS_packagegroup-security-scanners = "\
39 checksecurity \ 39 checksecurity \
40 ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-freshclam clamav-cvd",d)} \ 40 ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-freshclam clamav-cvd",d)} \
41 " 41 "
42RDEPENDS_packagegroup-security-scanners_remove_libc-musl = "clamav clamav-freshclam clamav-cvd"
42 43
43SUMMARY_packagegroup-security-audit = "Security Audit tools " 44SUMMARY_packagegroup-security-audit = "Security Audit tools "
44RDEPENDS_packagegroup-security-audit = " \ 45RDEPENDS_packagegroup-security-audit = " \