[PATCH][meta-security][meta-parsec 3/3] parsec-service: update TS group name
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
meta-arm recently changed the group name that is used by TS[1], so update
the group name to match.
[1] meta-arm 595cb0f1a0 ("arm/trusted-services: fix udev management in libts")
Signed-off-by: Ross Burton <[email protected]>
---
.../recipes-parsec/parsec-service/parsec-service_1.5.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-parsec/recipes-parsec/parsec-service/parsec-service_1.5.0.bb b/meta-parsec/recipes-parsec/parsec-service/parsec-service_1.5.0.bb
index 0268c0e..857a3c8 100644
--- a/meta-parsec/recipes-parsec/parsec-service/parsec-service_1.5.0.bb
+++ b/meta-parsec/recipes-parsec/parsec-service/parsec-service_1.5.0.bb
@@ -86,7 +86,7 @@ def parsec_groups(d):
if "TPM" in config:
groups.append("tss")
if "TS" in config:
- groups.append("teeclnt")
+ groups.append("tee")
return "--groups " + ",".join(groups) if groups else ""
FILES:${PN} += " \
--
2.43.0