summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-05-07 22:40:04 -0700
committerArmin Kuster <akuster808@gmail.com>2017-05-14 07:56:52 -0700
commit3e0671d1ea41d1b6b6800811223d678b066c0db1 (patch)
tree8d7aefa74623011f4d308c1b0e6dc3af0987d22a /recipes-security
parent4585f1e8c95435d60dd3a5287b25c7076347a3c9 (diff)
downloadmeta-security-3e0671d1ea41d1b6b6800811223d678b066c0db1.tar.gz
change tpm from distro to machine feature
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/packagegroup/packagegroup-core-security.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb b/recipes-security/packagegroup/packagegroup-core-security.bb
index ae856c7..2180908 100644
--- a/recipes-security/packagegroup/packagegroup-core-security.bb
+++ b/recipes-security/packagegroup/packagegroup-core-security.bb
@@ -11,7 +11,7 @@ PACKAGES = "\
11 packagegroup-security-scanners \ 11 packagegroup-security-scanners \
12 packagegroup-security-ids \ 12 packagegroup-security-ids \
13 packagegroup-security-mac \ 13 packagegroup-security-mac \
14 ${@bb.utils.contains("DISTRO_FEATURES", "tpm", "packagegroup-security-tpm", "",d)} \ 14 ${@bb.utils.contains("MACHINE_FEATURES", "tpm", "packagegroup-security-tpm", "",d)} \
15 " 15 "
16 16
17RDEPENDS_packagegroup-core-security = "\ 17RDEPENDS_packagegroup-core-security = "\
@@ -19,7 +19,7 @@ RDEPENDS_packagegroup-core-security = "\
19 packagegroup-security-scanners \ 19 packagegroup-security-scanners \
20 packagegroup-security-ids \ 20 packagegroup-security-ids \
21 packagegroup-security-mac \ 21 packagegroup-security-mac \
22 ${@bb.utils.contains("DISTRO_FEATURES", "tpm", "packagegroup-security-tpm", "",d)} \ 22 ${@bb.utils.contains("MACHINE_FEATURES", "tpm", "packagegroup-security-tpm", "",d)} \
23 " 23 "
24 24
25SUMMARY_packagegroup-security-utils = "Security utilities" 25SUMMARY_packagegroup-security-utils = "Security utilities"