mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-01 13:10:33 +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 = " \
|
FILES_libtspi = " \
|
||||||
|
${libdir}/*.so.1 \
|
||||||
${libdir}/*.so.1.2.0 \
|
${libdir}/*.so.1.2.0 \
|
||||||
"
|
"
|
||||||
FILES_libtspi-dbg = " \
|
FILES_libtspi-dbg = " \
|
||||||
@@ -69,7 +70,6 @@ FILES_libtspi-dbg = " \
|
|||||||
FILES_libtspi-dev = " \
|
FILES_libtspi-dev = " \
|
||||||
${includedir} \
|
${includedir} \
|
||||||
${libdir}/*.so \
|
${libdir}/*.so \
|
||||||
${libdir}/*.so.1 \
|
|
||||||
"
|
"
|
||||||
FILES_libtspi-doc = " \
|
FILES_libtspi-doc = " \
|
||||||
${mandir}/man3 \
|
${mandir}/man3 \
|
||||||
|
|||||||
Reference in New Issue
Block a user