trousers: recommend tcsd

Installing tpm-tools for tools like tpm_takeown pull in the libtspi
package, but the resulting system is not functional unless the tcsd
(from the main "trousers" package) also gets installed. A RRECOMMENDS
entry for that takes care of that automatically.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Patrick Ohly
2017-02-03 09:46:07 +01:00
committed by Armin Kuster
parent 20f06715be
commit 4a60f0f9ea
+4
View File
@@ -56,6 +56,10 @@ PACKAGES = " \
trousers-doc \
"
# libtspi needs tcsd for most (all?) operations, so suggest to
# install that.
RRECOMMENDS_libtspi = "${PN}"
FILES_libtspi = " \
${libdir}/*.so.1 \
${libdir}/*.so.1.2.0 \