blob: 39873b85065d1de5a38bb302afc2386cc216d72e [file] [log] [blame]
Brad Bishop26bdd442019-08-16 17:08:17 -04001DESCRIPTION = "Security ptest packagegroup"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
4 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5
Brad Bishop1fdf4aa2019-09-09 14:56:41 -04006inherit distro_features_check
7
8REQUIRED_DISTRO_FEATURES = "ptest"
9
Brad Bishop26bdd442019-08-16 17:08:17 -040010PACKAGES = "\
11 ${PN} \
12 "
13
14ALLOW_EMPTY_${PN} = "1"
15
16SUMMARY_${PN} = "Security packages with ptests"
17RDEPENDS_${PN} = " \
18 ptest-runner \
19 samhain-standalone-ptest \
Brad Bishop26bdd442019-08-16 17:08:17 -040020 keyutils-ptest \
21 libseccomp-ptest \
Brad Bishop1fdf4aa2019-09-09 14:56:41 -040022 python3-scapy-ptest \
Brad Bishop26bdd442019-08-16 17:08:17 -040023 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 "