diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-04-18 22:43:39 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-04-19 06:56:18 -0700 |
commit | 881d441f71734c8f979966e73bc5a6def3ae050c (patch) | |
tree | 65cfd9ef408574699b5265c56bed3f412efddf52 | |
parent | 32bcdd0fc5c7fdd97be260cf82d84f8aee4406cf (diff) | |
download | meta-security-881d441f71734c8f979966e73bc5a6def3ae050c.tar.gz |
packagegroup-core-security: exclude apparmor in mips64
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-core/packagegroup/packagegroup-core-security.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb index 9ac0d2c..a6142a8 100644 --- a/recipes-core/packagegroup/packagegroup-core-security.bb +++ b/recipes-core/packagegroup/packagegroup-core-security.bb | |||
@@ -80,6 +80,9 @@ RDEPENDS_packagegroup-security-mac = " \ | |||
80 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack", "",d)} \ | 80 | ${@bb.utils.contains("DISTRO_FEATURES", "smack", "smack", "",d)} \ |
81 | " | 81 | " |
82 | 82 | ||
83 | RDEPENDS_packagegroup-security-mac_remove_mips64 = "apparmor" | ||
84 | RDEPENDS_packagegroup-security-mac_remove_mips64le = "apparmor" | ||
85 | |||
83 | RDEPENDS_packagegroup-meta-security-ptest-packages = "\ | 86 | RDEPENDS_packagegroup-meta-security-ptest-packages = "\ |
84 | ptest-runner \ | 87 | ptest-runner \ |
85 | samhain-standalone-ptest \ | 88 | samhain-standalone-ptest \ |