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