From 20f06715be65dd3615966f0bf59afb3364651722 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Fri, 3 Feb 2017 09:46:06 +0100 Subject: 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 Signed-off-by: Armin Kuster --- recipes-tpm/trousers/trousers_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = " \ " FILES_libtspi = " \ + ${libdir}/*.so.1 \ ${libdir}/*.so.1.2.0 \ " FILES_libtspi-dbg = " \ @@ -69,7 +70,6 @@ FILES_libtspi-dbg = " \ FILES_libtspi-dev = " \ ${includedir} \ ${libdir}/*.so \ - ${libdir}/*.so.1 \ " FILES_libtspi-doc = " \ ${mandir}/man3 \ -- cgit v1.2.3-54-g00ecf