summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2017-02-03 09:46:06 +0100
committerArmin Kuster <akuster808@gmail.com>2017-02-18 11:43:20 -0800
commit20f06715be65dd3615966f0bf59afb3364651722 (patch)
tree65b49e69c13330c8c7359ee8a91432cd207bb261
parenta764c5972ce4b4d448a8f9a94e1feb5c11fba22d (diff)
downloadmeta-security-20f06715be65dd3615966f0bf59afb3364651722.tar.gz
trousers: missing libtspi.so.1 in libtspi package
The soname of libtspi.so is "libtspi.so.1" and therefore apps linked against that library depend on the libtspi.so.1 symlink to find the library. 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.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-tpm/trousers/trousers_git.bb b/recipes-tpm/trousers/trousers_git.bb
index 1dedd7c..0a7e5b6 100644
--- a/recipes-tpm/trousers/trousers_git.bb
+++ b/recipes-tpm/trousers/trousers_git.bb
@@ -57,6 +57,7 @@ PACKAGES = " \
57 " 57 "
58 58
59FILES_libtspi = " \ 59FILES_libtspi = " \
60 ${libdir}/*.so.1 \
60 ${libdir}/*.so.1.2.0 \ 61 ${libdir}/*.so.1.2.0 \
61 " 62 "
62FILES_libtspi-dbg = " \ 63FILES_libtspi-dbg = " \
@@ -69,7 +70,6 @@ FILES_libtspi-dbg = " \
69FILES_libtspi-dev = " \ 70FILES_libtspi-dev = " \
70 ${includedir} \ 71 ${includedir} \
71 ${libdir}/*.so \ 72 ${libdir}/*.so \
72 ${libdir}/*.so.1 \
73 " 73 "
74FILES_libtspi-doc = " \ 74FILES_libtspi-doc = " \
75 ${mandir}/man3 \ 75 ${mandir}/man3 \