diff options
| author | Armin Kuster <akuster808@gmail.com> | 2020-09-09 20:32:02 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2020-09-12 08:55:28 -0700 |
| commit | caf76696e8669ee48339c13f01042da9e52515ae (patch) | |
| tree | 1f227a4ac0fda5d5a1c9617d5ebea6b86d833193 /recipes-core | |
| parent | 4602d6420835a603fde6f3f25a87b19cbf721ed6 (diff) | |
| download | meta-security-caf76696e8669ee48339c13f01042da9e52515ae.tar.gz | |
packagegroup-core-security: dont include suricata on riscv or ppc
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-core')
| -rw-r--r-- | recipes-core/packagegroup/packagegroup-core-security.bb | 2 |
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" | |||
| 55 | RDEPENDS_packagegroup-security-ids = " \ | 55 | RDEPENDS_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 | ||
| 61 | SUMMARY_packagegroup-security-mac = "Security Mandatory Access Control systems" | 61 | SUMMARY_packagegroup-security-mac = "Security Mandatory Access Control systems" |
