From b2ace92dafc821feba12b2e2136923763256ba2e Mon Sep 17 00:00:00 2001 From: Lans Zhang Date: Thu, 20 Jul 2017 16:11:03 +0800 Subject: tss2.0-tss: don't create tss user account This user account is created by tpm2-abrmd which replaces the resourcemgr originally supplied by this recipe. Signed-off-by: Lans Zhang --- meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb b/meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb index 7c9f5a9..52e9c46 100644 --- a/meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb +++ b/meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb @@ -18,12 +18,6 @@ S = "${WORKDIR}/git" inherit autotools pkgconfig systemd -INHERIT += "extrausers" -EXTRA_USERS_PARAMS = "\ - useradd -p '' tss; \ - groupadd tss; \ -" - do_configure_prepend() { # execute the bootstrap script currentdir="$(pwd)" -- cgit v1.2.3-54-g00ecf