diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-10-08 07:13:52 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-10-10 16:21:48 -0700 |
commit | 496a734c14fc72250979a4e7eb69c5d541ffd870 (patch) | |
tree | 404688f6d045ee78aca971f36f95e53331d192fb | |
parent | c0e801f1e08e43eaf44a52eb2364293ad3229ad0 (diff) | |
download | meta-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.bb | 1 |
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 | " |
56 | RDEPENDS_packagegroup-security-scanners_remove_libc-musl = "clamav clamav-freshclam clamav-cvd" | ||
56 | 57 | ||
57 | SUMMARY_packagegroup-security-audit = "Security Audit tools " | 58 | SUMMARY_packagegroup-security-audit = "Security Audit tools " |
58 | RDEPENDS_packagegroup-security-audit = " \ | 59 | RDEPENDS_packagegroup-security-audit = " \ |