From: "S. Lockwood-Childs" <sjl@vctlabs.com>
To: OpenEmbedded Devel List <openembedded-devel@lists.openembedded.org>
Cc: Khem Raj <raj.khem@gmail.com>,
yogita.urade@windriver.com, akuster808 <akuster808@gmail.com>,
Geoff Parker <geoffhp@gmail.com>
Subject: [meta-oe][PATCH] multipath-tools: fix QA "dev-so" regression
Date: Mon, 9 Jan 2023 16:23:58 -0800 [thread overview]
Message-ID: <20230110002358.GC1773006@codepurple> (raw)
In-Reply-To: <CAHNuFG+Drd_x2bwtnOMOqkXXnd7QdEA=RoCe6vyKPEvdtstXXw@mail.gmail.com>
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>
---
.../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 2e929362d..43dced707 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/*"
--
2.20.1
next prev parent reply other threads:[~2023-01-10 0:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-08 15:32 Kirkstone merge request: Jan 8th akuster808
2023-01-08 15:53 ` Khem Raj
2023-01-09 23:31 ` [oe] " Geoff Parker
2023-01-10 0:23 ` S. Lockwood-Childs [this message]
2023-01-10 1:04 ` Khem Raj
2023-01-10 2:23 ` Geoff Parker
2023-01-10 3:45 ` Khem Raj
2023-01-10 18:21 ` akuster808
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230110002358.GC1773006@codepurple \
--to=sjl@vctlabs.com \
--cc=akuster808@gmail.com \
--cc=geoffhp@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=raj.khem@gmail.com \
--cc=yogita.urade@windriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.