diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2017-02-03 09:46:06 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-02-18 11:43:20 -0800 |
commit | 20f06715be65dd3615966f0bf59afb3364651722 (patch) | |
tree | 65b49e69c13330c8c7359ee8a91432cd207bb261 | |
parent | a764c5972ce4b4d448a8f9a94e1feb5c11fba22d (diff) | |
download | meta-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.bb | 2 |
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 | ||
59 | FILES_libtspi = " \ | 59 | FILES_libtspi = " \ |
60 | ${libdir}/*.so.1 \ | ||
60 | ${libdir}/*.so.1.2.0 \ | 61 | ${libdir}/*.so.1.2.0 \ |
61 | " | 62 | " |
62 | FILES_libtspi-dbg = " \ | 63 | FILES_libtspi-dbg = " \ |
@@ -69,7 +70,6 @@ FILES_libtspi-dbg = " \ | |||
69 | FILES_libtspi-dev = " \ | 70 | FILES_libtspi-dev = " \ |
70 | ${includedir} \ | 71 | ${includedir} \ |
71 | ${libdir}/*.so \ | 72 | ${libdir}/*.so \ |
72 | ${libdir}/*.so.1 \ | ||
73 | " | 73 | " |
74 | FILES_libtspi-doc = " \ | 74 | FILES_libtspi-doc = " \ |
75 | ${mandir}/man3 \ | 75 | ${mandir}/man3 \ |