summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-10-28 00:23:00 +0100
committerArmin Kuster <akuster808@gmail.com>2018-10-31 09:02:21 -0700
commitaf173c0440613f15db584270b83b9a41592f79cd (patch)
treeadd949f5175360a3b9d154375584543ad6ff6e0f
parentdd5b5c2753690b33ef12be2cf3959fc490807ee1 (diff)
downloadmeta-security-af173c0440613f15db584270b83b9a41592f79cd.tar.gz
packagegroup-core-security: add tripwire ptest
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/packagegroup/packagegroup-core-security.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb b/recipes-security/packagegroup/packagegroup-core-security.bb
index 5ee06e3..741ff5c 100644
--- a/recipes-security/packagegroup/packagegroup-core-security.bb
+++ b/recipes-security/packagegroup/packagegroup-core-security.bb
@@ -77,6 +77,7 @@ RDEPENDS_packagegroup-security-ptest = " \
77 libseccomp-ptest \ 77 libseccomp-ptest \
78 python-scapy-ptest \ 78 python-scapy-ptest \
79 suricata-ptest \ 79 suricata-ptest \
80 tripwire-ptest \
80 ${@bb.utils.contains("DISTRO_FEATURES", "apparmor", "apparmor-ptest", "",d)} \ 81 ${@bb.utils.contains("DISTRO_FEATURES", "apparmor", "apparmor-ptest", "",d)} \
81 ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-ptest", "",d)} \ 82 ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack-ptest", "",d)} \
82 ptest-runner \ 83 ptest-runner \