diff options
| author | Patrick Ohly <patrick.ohly@intel.com> | 2017-02-03 09:46:07 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2017-02-18 11:43:20 -0800 |
| commit | 4a60f0f9eaff154b38a9eeace6adf8a3362b95b1 (patch) | |
| tree | 301738e82a063ed0dad970ee582399b73583aa4c | |
| parent | 20f06715be65dd3615966f0bf59afb3364651722 (diff) | |
| download | meta-security-4a60f0f9eaff154b38a9eeace6adf8a3362b95b1.tar.gz | |
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>
| -rw-r--r-- | recipes-tpm/trousers/trousers_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-tpm/trousers/trousers_git.bb b/recipes-tpm/trousers/trousers_git.bb index 0a7e5b6..5737de3 100644 --- a/recipes-tpm/trousers/trousers_git.bb +++ b/recipes-tpm/trousers/trousers_git.bb | |||
| @@ -56,6 +56,10 @@ PACKAGES = " \ | |||
| 56 | trousers-doc \ | 56 | trousers-doc \ |
| 57 | " | 57 | " |
| 58 | 58 | ||
| 59 | # libtspi needs tcsd for most (all?) operations, so suggest to | ||
| 60 | # install that. | ||
| 61 | RRECOMMENDS_libtspi = "${PN}" | ||
| 62 | |||
| 59 | FILES_libtspi = " \ | 63 | FILES_libtspi = " \ |
| 60 | ${libdir}/*.so.1 \ | 64 | ${libdir}/*.so.1 \ |
| 61 | ${libdir}/*.so.1.2.0 \ | 65 | ${libdir}/*.so.1.2.0 \ |
