diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-06-04 11:59:13 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-06-07 16:58:24 -0700 |
commit | 8c6fe006a10015a479efe126eb1954280bb3541e (patch) | |
tree | 51af4a0891a6c576efafe863cfe03702ae7ade79 /recipes-core | |
parent | d93501969c7e917567e1fe5c6388a09612e0883f (diff) | |
download | meta-security-8c6fe006a10015a479efe126eb1954280bb3541e.tar.gz |
packagegroup-core-security: don't include aprwatch for musl
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-core')
-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 40ff06b..f381d91 100644 --- a/recipes-core/packagegroup/packagegroup-core-security.bb +++ b/recipes-core/packagegroup/packagegroup-core-security.bb | |||
@@ -48,6 +48,7 @@ RDEPENDS:packagegroup-security-scanners = "\ | |||
48 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-daemon clamav-freshclam",d)} \ | 48 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-daemon clamav-freshclam",d)} \ |
49 | " | 49 | " |
50 | RDEPENDS:packagegroup-security-scanners:remove:libc-musl = "clamav clamav-daemon clamav-freshclam" | 50 | RDEPENDS:packagegroup-security-scanners:remove:libc-musl = "clamav clamav-daemon clamav-freshclam" |
51 | RDEPENDS:packagegroup-security-scanners:remove:libc-musl = "arpwatch" | ||
51 | 52 | ||
52 | SUMMARY:packagegroup-security-audit = "Security Audit tools " | 53 | SUMMARY:packagegroup-security-audit = "Security Audit tools " |
53 | RDEPENDS:packagegroup-security-audit = " \ | 54 | RDEPENDS:packagegroup-security-audit = " \ |