diff options
| author | Armin Kuster <akuster808@gmail.com> | 2020-07-24 11:16:50 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2020-07-25 09:00:39 -0700 |
| commit | 98ff502d4096331e2b8a8e4044860b23bf6f8ea5 (patch) | |
| tree | e3bc5c74ef258ffe0f4269156ba9200d1874bd28 | |
| parent | 38715478bebaeee2ba9e367a81c3748a9bb7aed4 (diff) | |
| download | meta-security-98ff502d4096331e2b8a8e4044860b23bf6f8ea5.tar.gz | |
packagegroup-core-security: remove clamav for riscv*
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-core/packagegroup/packagegroup-core-security.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb index e0a9d05..bb790b4 100644 --- a/recipes-core/packagegroup/packagegroup-core-security.bb +++ b/recipes-core/packagegroup/packagegroup-core-security.bb | |||
| @@ -37,9 +37,7 @@ SUMMARY_packagegroup-security-scanners = "Security scanners" | |||
| 37 | RDEPENDS_packagegroup-security-scanners = "\ | 37 | RDEPENDS_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 | ||
| 45 | SUMMARY_packagegroup-security-audit = "Security Audit tools " | 43 | SUMMARY_packagegroup-security-audit = "Security Audit tools " |
