mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +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:
committed by
Armin Kuster
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/*"
|
||||
|
||||
Reference in New Issue
Block a user