diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-02-01 13:43:31 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2015-02-13 17:21:42 -0800 |
commit | 7116603e273648a1f660d9fef87f6765355f03b2 (patch) | |
tree | bf7a027097656b62f4c5377df5813a6ae0af09ba | |
parent | a1dde1a9f819a19c6b541c6b51e536377190e11c (diff) | |
download | meta-security-7116603e273648a1f660d9fef87f6765355f03b2.tar.gz |
packagegroup: remove libseccomp
libseccomp now includes COMPATIBLE_HOST so it will also
negate the packagegroup
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/packagegroup/packagegroup-core-security.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb b/recipes-security/packagegroup/packagegroup-core-security.bb index ef8f707..2dae3aa 100644 --- a/recipes-security/packagegroup/packagegroup-core-security.bb +++ b/recipes-security/packagegroup/packagegroup-core-security.bb | |||
@@ -24,7 +24,6 @@ SUMMARY_packagegroup-security-utils = "Security utilities" | |||
24 | RDEPENDS_packagegroup-security-utils = "\ | 24 | RDEPENDS_packagegroup-security-utils = "\ |
25 | checksec \ | 25 | checksec \ |
26 | nmap \ | 26 | nmap \ |
27 | libseccomp \ | ||
28 | pinentry \ | 27 | pinentry \ |
29 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils", "",d)} \ | 28 | ${@bb.utils.contains("DISTRO_FEATURES", "pax", "pax-utils", "",d)} \ |
30 | " | 29 | " |