diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-08-30 19:38:54 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-09-07 08:32:50 -0700 |
commit | 0d7ae67b0f585cdd54bdec9cf12eecd339dd6248 (patch) | |
tree | a99f7b3d85b6bbc6d52ca5048ca4ea1182278647 | |
parent | 2153c59b429293120095a2bd4562f4f7553c1ae7 (diff) | |
download | meta-security-0d7ae67b0f585cdd54bdec9cf12eecd339dd6248.tar.gz |
packagegroup-core-security-ptest: only included if ptest is enabled
update python package names
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/packagegroup/packagegroup-core-security-ptest.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-security/packagegroup/packagegroup-core-security-ptest.bb b/recipes-security/packagegroup/packagegroup-core-security-ptest.bb index ddcf208..39873b8 100644 --- a/recipes-security/packagegroup/packagegroup-core-security-ptest.bb +++ b/recipes-security/packagegroup/packagegroup-core-security-ptest.bb | |||
@@ -3,6 +3,10 @@ LICENSE = "MIT" | |||
3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \ | 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \ |
4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
5 | 5 | ||
6 | inherit distro_features_check | ||
7 | |||
8 | REQUIRED_DISTRO_FEATURES = "ptest" | ||
9 | |||
6 | PACKAGES = "\ | 10 | PACKAGES = "\ |
7 | ${PN} \ | 11 | ${PN} \ |
8 | " | 12 | " |
@@ -15,7 +19,7 @@ RDEPENDS_${PN} = " \ | |||
15 | samhain-standalone-ptest \ | 19 | samhain-standalone-ptest \ |
16 | keyutils-ptest \ | 20 | keyutils-ptest \ |
17 | libseccomp-ptest \ | 21 | libseccomp-ptest \ |
18 | python-scapy-ptest \ | 22 | python3-scapy-ptest \ |
19 | suricata-ptest \ | 23 | suricata-ptest \ |
20 | tripwire-ptest \ | 24 | tripwire-ptest \ |
21 | python-fail2ban-ptest \ | 25 | python-fail2ban-ptest \ |