diff options
author | Armin Kuster <akuster808@gmail.com> | 2020-09-28 17:14:17 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-09-29 07:18:24 -0700 |
commit | cef1768afffcefdc5a8f81641575f38c55d309af (patch) | |
tree | ed1021df3608ebe31e6b5109f1c01da5db0fad32 | |
parent | 524a44f6d5c7b2fad220fc1b7169dc01609fa7d9 (diff) | |
download | meta-security-cef1768afffcefdc5a8f81641575f38c55d309af.tar.gz |
packagegroup-core-security: add opendnssec to pkg grp
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 c69e3b3..789f4ea 100644 --- a/recipes-core/packagegroup/packagegroup-core-security.bb +++ b/recipes-core/packagegroup/packagegroup-core-security.bb | |||
@@ -38,6 +38,7 @@ RDEPENDS_packagegroup-security-utils = "\ | |||
38 | python3-scapy \ | 38 | python3-scapy \ |
39 | softhsm \ | 39 | softhsm \ |
40 | libest \ | 40 | libest \ |
41 | opendnssec \ | ||
41 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \ | 42 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \ |
42 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd google-authenticator-libpam", "",d)} \ | 43 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd google-authenticator-libpam", "",d)} \ |
43 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils packctl", "",d)} \ | 44 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils packctl", "",d)} \ |