From 0d7ae67b0f585cdd54bdec9cf12eecd339dd6248 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Fri, 30 Aug 2019 19:38:54 -0700 Subject: packagegroup-core-security-ptest: only included if ptest is enabled update python package names Signed-off-by: Armin Kuster --- recipes-security/packagegroup/packagegroup-core-security-ptest.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +inherit distro_features_check + +REQUIRED_DISTRO_FEATURES = "ptest" + PACKAGES = "\ ${PN} \ " @@ -15,7 +19,7 @@ RDEPENDS_${PN} = " \ samhain-standalone-ptest \ keyutils-ptest \ libseccomp-ptest \ - python-scapy-ptest \ + python3-scapy-ptest \ suricata-ptest \ tripwire-ptest \ python-fail2ban-ptest \ -- cgit v1.2.3-54-g00ecf