diff options
| author | Armin Kuster <akuster808@gmail.com> | 2016-10-16 00:57:50 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2016-11-01 09:03:15 -0700 |
| commit | 75bc31d94f9dca2bff4508a09450fba8a6a840cf (patch) | |
| tree | f4448fe456685be7838ec3d4625c3766c509f1b2 | |
| parent | 9fb87c6c739c9a7180e7afd8079bbfe937b035ca (diff) | |
| download | meta-security-75bc31d94f9dca2bff4508a09450fba8a6a840cf.tar.gz | |
package-group: fix tpm package list
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-security/packagegroup/packagegroup-core-security.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-security/packagegroup/packagegroup-core-security.bb b/recipes-security/packagegroup/packagegroup-core-security.bb index 8639acd..ae856c7 100644 --- a/recipes-security/packagegroup/packagegroup-core-security.bb +++ b/recipes-security/packagegroup/packagegroup-core-security.bb | |||
| @@ -63,8 +63,11 @@ RDEPENDS_packagegroup-security-tpm = " \ | |||
| 63 | tpm-tools \ | 63 | tpm-tools \ |
| 64 | trousers \ | 64 | trousers \ |
| 65 | tpm2.0-tools \ | 65 | tpm2.0-tools \ |
| 66 | tpm2.0-tss \ | 66 | libtss2 \ |
| 67 | resourcemgr \ | ||
| 68 | libtctidevice \ | ||
| 69 | libtctisocket \ | ||
| 70 | resourcemgr \ | ||
| 67 | libtpm \ | 71 | libtpm \ |
| 68 | swtpm \ | 72 | swtpm \ |
| 69 | tpm2simulator-native \ | ||
| 70 | " | 73 | " |
