[meta-security][wrynose][PATCH 08/13] parsec-service: update TS group name
Scott Murray <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <8d6cbaceb3fd51b5f9ea74a1ba7f541ad6e8a5d6.1779625557.git.scott.murray@konsulko.com> |
From: Ross Burton <[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]> Signed-off-by: Scott Murray <[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.53.0