mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 06:27:46 +00:00
multipath-tools: fix QA "dev-so" regression
the commit addressing CVE-2022-41973 caused new QA errors due to .so symlinks getting slurped into multipath-tools-libs: QA Issue: non -dev/-dbg/nativesdk- package multipath-tools-libs contains symlink .so '/usr/lib/libdmmp.so' ... Fix this by making the new pattern for multipath-tools-libs package more specific. Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com>
This commit is contained in:
parent
a9c25bef88
commit
1f31570d07
@ -122,5 +122,5 @@ FILES:kpartx = "${base_sbindir}/kpartx \
|
||||
RDEPENDS:${PN} += "kpartx"
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
FILES:${PN}-libs += "usr/lib"
|
||||
FILES:${PN}-libs += "usr/lib/*.so.*"
|
||||
FILES:${PN}-libs += "usr/lib/tmpfiles.d/*"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user