diff options
| -rw-r--r-- | recipes-core/packagegroup/packagegroup-core-security-ptest.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security-ptest.bb b/recipes-core/packagegroup/packagegroup-core-security-ptest.bb deleted file mode 100644 index 75b816a..0000000 --- a/recipes-core/packagegroup/packagegroup-core-security-ptest.bb +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | DESCRIPTION = "Security ptest packagegroup" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \ | ||
| 4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 5 | |||
| 6 | inherit features_check | ||
| 7 | |||
| 8 | REQUIRED_DISTRO_FEATURES = "ptest" | ||
| 9 | |||
| 10 | PACKAGES = "\ | ||
| 11 | ${PN} \ | ||
| 12 | " | ||
| 13 | |||
| 14 | ALLOW_EMPTY_${PN} = "1" | ||
| 15 | |||
| 16 | SUMMARY_${PN} = "Security packages with ptests" | ||
| 17 | RDEPENDS_${PN} = " \ | ||
| 18 | ptest-runner \ | ||
| 19 | samhain-standalone-ptest \ | ||
| 20 | libseccomp-ptest \ | ||
| 21 | python3-scapy-ptest \ | ||
| 22 | suricata-ptest \ | ||
| 23 | tripwire-ptest \ | ||
| 24 | python3-fail2ban-ptest \ | ||
| 25 | ${@bb.utils.contains("DISTRO_FEATURES", "apparmor", "apparmor-ptest", "",d)} \ | ||
| 26 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-ptest", "",d)} \ | ||
| 27 | " | ||
