diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-05-15 15:23:16 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-05-16 13:23:55 -0700 |
commit | ab239f1497243c3b5bc90abae92ca0afa8f4d92f (patch) | |
tree | 3fca4ddb3ffb54920b71b19848b80d2fb05795bf | |
parent | 448426a1bae9e4b25bc9691c221d6fb618508cb4 (diff) | |
download | meta-security-ab239f1497243c3b5bc90abae92ca0afa8f4d92f.tar.gz |
packagegroup-core-security: add clamav-daemon
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-core/packagegroup/packagegroup-core-security.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb index 0bddf64..d7349b0 100644 --- a/recipes-core/packagegroup/packagegroup-core-security.bb +++ b/recipes-core/packagegroup/packagegroup-core-security.bb | |||
@@ -51,9 +51,9 @@ RDEPENDS_packagegroup-security-scanners = "\ | |||
51 | isic \ | 51 | isic \ |
52 | nikto \ | 52 | nikto \ |
53 | checksecurity \ | 53 | checksecurity \ |
54 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-freshclam",d)} \ | 54 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-daemon clamav-freshclam",d)} \ |
55 | " | 55 | " |
56 | RDEPENDS_packagegroup-security-scanners_remove_libc-musl = "clamav clamav-freshclam" | 56 | RDEPENDS_packagegroup-security-scanners_remove_libc-musl = "clamav clamav-daemon clamav-freshclam" |
57 | 57 | ||
58 | SUMMARY_packagegroup-security-audit = "Security Audit tools " | 58 | SUMMARY_packagegroup-security-audit = "Security Audit tools " |
59 | RDEPENDS_packagegroup-security-audit = " \ | 59 | RDEPENDS_packagegroup-security-audit = " \ |