mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 03:47:21 +00:00
3f6a0ff540
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit a2a102b2de)
29 lines
791 B
BlitzBasic
29 lines
791 B
BlitzBasic
DESCRIPTION = "Security ptest packagegroup"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
|
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
|
|
inherit features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "ptest"
|
|
|
|
PACKAGES = "\
|
|
${PN} \
|
|
"
|
|
|
|
ALLOW_EMPTY_${PN} = "1"
|
|
|
|
SUMMARY_${PN} = "Security packages with ptests"
|
|
RDEPENDS_${PN} = " \
|
|
ptest-runner \
|
|
samhain-standalone-ptest \
|
|
keyutils-ptest \
|
|
libseccomp-ptest \
|
|
python3-scapy-ptest \
|
|
suricata-ptest \
|
|
tripwire-ptest \
|
|
python3-fail2ban-ptest \
|
|
${@bb.utils.contains("DISTRO_FEATURES", "apparmor", "apparmor-ptest", "",d)} \
|
|
${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-ptest", "",d)} \
|
|
"
|