mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
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:
committed by
Armin Kuster
parent
20f06715be
commit
4a60f0f9ea
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user