summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-06-03 08:20:33 -0700
committerArmin Kuster <akuster808@gmail.com>2022-06-07 16:58:24 -0700
commit5bdb7a35c1385d389826047f92627a3dc8c00c6b (patch)
tree5dab6d63a93f55192a6652c60a91cb29014eb36c /recipes-core
parent20c250884d9652616606d357a1d4fac6305871da (diff)
downloadmeta-security-5bdb7a35c1385d389826047f92627a3dc8c00c6b.tar.gz
packagegroup-core-security: drop arpwatch for riscv from pkg grp
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/packagegroup/packagegroup-core-security.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb
index b20ef31..40ff06b 100644
--- a/recipes-core/packagegroup/packagegroup-core-security.bb
+++ b/recipes-core/packagegroup/packagegroup-core-security.bb
@@ -42,7 +42,7 @@ RDEPENDS:packagegroup-security-utils = "\
42 42
43SUMMARY:packagegroup-security-scanners = "Security scanners" 43SUMMARY:packagegroup-security-scanners = "Security scanners"
44RDEPENDS:packagegroup-security-scanners = "\ 44RDEPENDS:packagegroup-security-scanners = "\
45 arpwatch \ 45 ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " arpwatch",d)} \
46 chkrootkit \ 46 chkrootkit \
47 isic \ 47 isic \
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)} \