From 1f31570d0795da90083d1dbf28127c90908e30ee Mon Sep 17 00:00:00 2001 From: "S. Lockwood-Childs" Date: Mon, 9 Jan 2023 16:23:58 -0800 Subject: 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 --- meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb index 2e929362d4..43dced7079 100644 --- a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb +++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.4.bb @@ -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/*" -- cgit 1.2.3-korg