[yocto] [meta-security][PATCH] tpm2 packagegroup: fix filenames

Armin Kuster akuster808 at gmail.com
Wed Oct 17 12:25:45 PDT 2018


tpm2.0-tss package names changed, update accordingly

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb
index 13b505f..099e01c 100644
--- a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb
+++ b/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb
@@ -12,7 +12,7 @@ RDEPENDS_packagegroup-security-tpm2 = " \
     tpm2.0-tools \
     trousers \
     libtss2 \
-    libtctidevice \
-    libtctisocket \
+    libtss2-tcti-device \
+    libtss2-tcti-mssim \
     resourcemgr \
     "
-- 
2.7.4



More information about the yocto mailing list