mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-11 04:20:34 +00:00
packagegroup-core-security-ptest: only included if ptest is enabled
update python package names Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -3,6 +3,10 @@ LICENSE = "MIT"
|
|||||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \
|
||||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
|
|
||||||
|
inherit distro_features_check
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "ptest"
|
||||||
|
|
||||||
PACKAGES = "\
|
PACKAGES = "\
|
||||||
${PN} \
|
${PN} \
|
||||||
"
|
"
|
||||||
@@ -15,7 +19,7 @@ RDEPENDS_${PN} = " \
|
|||||||
samhain-standalone-ptest \
|
samhain-standalone-ptest \
|
||||||
keyutils-ptest \
|
keyutils-ptest \
|
||||||
libseccomp-ptest \
|
libseccomp-ptest \
|
||||||
python-scapy-ptest \
|
python3-scapy-ptest \
|
||||||
suricata-ptest \
|
suricata-ptest \
|
||||||
tripwire-ptest \
|
tripwire-ptest \
|
||||||
python-fail2ban-ptest \
|
python-fail2ban-ptest \
|
||||||
|
|||||||
Reference in New Issue
Block a user