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-10 16:21:48 -0700
commit496a734c14fc72250979a4e7eb69c5d541ffd870 (patch)
tree404688f6d045ee78aca971f36f95e53331d192fb
parentc0e801f1e08e43eaf44a52eb2364293ad3229ad0 (diff)
downloadmeta-security-496a734c14fc72250979a4e7eb69c5d541ffd870.tar.gz
packagegroup-core-security: remove clamav from musl image
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-core/packagegroup/packagegroup-core-security.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb
index 1a55c1b..0a4452e 100644
--- a/recipes-core/packagegroup/packagegroup-core-security.bb
+++ b/recipes-core/packagegroup/packagegroup-core-security.bb
@@ -53,6 +53,7 @@ RDEPENDS_packagegroup-security-scanners = "\
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 clamav-cvd",d)} \
55 " 55 "
56RDEPENDS_packagegroup-security-scanners_remove_libc-musl = "clamav clamav-freshclam clamav-cvd"
56 57
57SUMMARY_packagegroup-security-audit = "Security Audit tools " 58SUMMARY_packagegroup-security-audit = "Security Audit tools "
58RDEPENDS_packagegroup-security-audit = " \ 59RDEPENDS_packagegroup-security-audit = " \