Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 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 | |
Brad Bishop | 95dbbac | 2019-12-02 13:55:25 -0500 | [diff] [blame] | 6 | inherit features_check |
Brad Bishop | 1fdf4aa | 2019-09-09 14:56:41 -0400 | [diff] [blame] | 7 | |
| 8 | REQUIRED_DISTRO_FEATURES = "ptest" |
| 9 | |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 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 \ |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 20 | keyutils-ptest \ |
| 21 | libseccomp-ptest \ |
Brad Bishop | 1fdf4aa | 2019-09-09 14:56:41 -0400 | [diff] [blame] | 22 | python3-scapy-ptest \ |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 23 | suricata-ptest \ |
| 24 | tripwire-ptest \ |
| 25 | python-fail2ban-ptest \ |
| 26 | ${@bb.utils.contains("DISTRO_FEATURES", "apparmor", "apparmor-ptest", "",d)} \ |
| 27 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-ptest", "",d)} \ |
| 28 | " |