summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-09-09 20:32:02 -0700
committerArmin Kuster <akuster808@gmail.com>2020-09-12 08:55:28 -0700
commitcaf76696e8669ee48339c13f01042da9e52515ae (patch)
tree1f227a4ac0fda5d5a1c9617d5ebea6b86d833193
parent4602d6420835a603fde6f3f25a87b19cbf721ed6 (diff)
downloadmeta-security-caf76696e8669ee48339c13f01042da9e52515ae.tar.gz
packagegroup-core-security: dont include suricata on riscv or ppc
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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 c6342fd..6aa0d6c 100644
--- a/recipes-core/packagegroup/packagegroup-core-security.bb
+++ b/recipes-core/packagegroup/packagegroup-core-security.bb
@@ -55,7 +55,7 @@ SUMMARY_packagegroup-security-ids = "Security Intrusion Detection systems"
55RDEPENDS_packagegroup-security-ids = " \ 55RDEPENDS_packagegroup-security-ids = " \
56 tripwire \ 56 tripwire \
57 samhain-standalone \ 57 samhain-standalone \
58 suricata \ 58 ${@bb.utils.contains_any("TUNE_FEATURES", "ppc7400 riscv32 riscv64", "", " suricata",d)} \
59 " 59 "
60 60
61SUMMARY_packagegroup-security-mac = "Security Mandatory Access Control systems" 61SUMMARY_packagegroup-security-mac = "Security Mandatory Access Control systems"