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 <jia.zhang@windriver.com>
This commit is contained in:
Lans Zhang
2017-07-20 16:11:03 +08:00
parent 17376a2062
commit b2ace92daf

View File

@@ -18,12 +18,6 @@ S = "${WORKDIR}/git"
inherit autotools pkgconfig systemd inherit autotools pkgconfig systemd
INHERIT += "extrausers"
EXTRA_USERS_PARAMS = "\
useradd -p '' tss; \
groupadd tss; \
"
do_configure_prepend() { do_configure_prepend() {
# execute the bootstrap script # execute the bootstrap script
currentdir="$(pwd)" currentdir="$(pwd)"