diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-09-27 21:55:18 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-09-29 07:18:24 -0700 |
commit | 082305ded840b41e5ada6ab878ce3c66ebf4e33c (patch) | |
tree | 3d2cc2c85292159488cfaf0bdbe78c78c877b76d | |
parent | 0a2feda94bf93d593347b7ee974d5dd3d013e7ea (diff) | |
download | meta-security-082305ded840b41e5ada6ab878ce3c66ebf4e33c.tar.gz |
packagegroup-core-security: add libest package
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-core/packagegroup/packagegroup-core-security.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb index 4d98631..c69e3b3 100644 --- a/recipes-core/packagegroup/packagegroup-core-security.bb +++ b/recipes-core/packagegroup/packagegroup-core-security.bb | |||
@@ -37,6 +37,7 @@ RDEPENDS_packagegroup-security-utils = "\ | |||
37 | python3-fail2ban \ | 37 | python3-fail2ban \ |
38 | python3-scapy \ | 38 | python3-scapy \ |
39 | softhsm \ | 39 | softhsm \ |
40 | libest \ | ||
40 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \ | 41 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \ |
41 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd google-authenticator-libpam", "",d)} \ | 42 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd google-authenticator-libpam", "",d)} \ |
42 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils packctl", "",d)} \ | 43 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils packctl", "",d)} \ |