diff options
| author | Armin Kuster <akuster808@gmail.com> | 2022-05-05 06:35:59 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-05-14 10:51:32 -0700 |
| commit | bc59937b54e11b2a423cd9f31d864e3a3fef5b29 (patch) | |
| tree | 63d12c55ca3299f2ea67bc372701ce7b2fd4e8bd | |
| parent | c21d1a04eb50a4ef468ec2d745ddafb190354689 (diff) | |
| download | meta-security-bc59937b54e11b2a423cd9f31d864e3a3fef5b29.tar.gz | |
packagegroup-core-security.bb: fix suricata inclusion
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -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 87c5b7a..9010054 100644 --- a/recipes-core/packagegroup/packagegroup-core-security.bb +++ b/recipes-core/packagegroup/packagegroup-core-security.bb | |||
| @@ -56,7 +56,7 @@ RDEPENDS:packagegroup-security-audit = " \ | |||
| 56 | SUMMARY:packagegroup-security-ids = "Security Intrusion Detection systems" | 56 | SUMMARY:packagegroup-security-ids = "Security Intrusion Detection systems" |
| 57 | RDEPENDS:packagegroup-security-ids = " \ | 57 | RDEPENDS:packagegroup-security-ids = " \ |
| 58 | samhain-standalone \ | 58 | samhain-standalone \ |
| 59 | ${@bb.utils.contains("BBLAYERS", "meta-rust", "suricata","", d)} \ | 59 | suricata \ |
| 60 | ossec-hids \ | 60 | ossec-hids \ |
| 61 | aide \ | 61 | aide \ |
| 62 | " | 62 | " |
