summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-07-24 11:16:50 -0700
committerArmin Kuster <akuster808@gmail.com>2020-10-16 07:05:47 -0700
commita1d933f4578161ae7b59222cf7343b045a27adbc (patch)
tree6b64f5f74b066badb1576ec5a86c68066956a326
parent3f6a0ff5403e290d0b5b5b1e29aaaec032f332cb (diff)
downloadmeta-security-a1d933f4578161ae7b59222cf7343b045a27adbc.tar.gz
packagegroup-core-security: remove clamav for riscv*
Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 98ff502d4096331e2b8a8e4044860b23bf6f8ea5)
-rw-r--r--recipes-security/packagegroup/packagegroup-core-security.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb b/recipes-security/packagegroup/packagegroup-core-security.bb
index e0a9d05..bb790b4 100644
--- a/recipes-security/packagegroup/packagegroup-core-security.bb
+++ b/recipes-security/packagegroup/packagegroup-core-security.bb
@@ -37,9 +37,7 @@ SUMMARY_packagegroup-security-scanners = "Security scanners"
37RDEPENDS_packagegroup-security-scanners = "\ 37RDEPENDS_packagegroup-security-scanners = "\
38 nikto \ 38 nikto \
39 checksecurity \ 39 checksecurity \
40 clamav \ 40 ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-freshclam clamav-cvd",d)} \
41 clamav-freshclam \
42 clamav-cvd \
43 " 41 "
44 42
45SUMMARY_packagegroup-security-audit = "Security Audit tools " 43SUMMARY_packagegroup-security-audit = "Security Audit tools "