diff mbox series

[meta-oe,6/8] version-check.conf: mute version mismatch warning for jemalloc

Message ID 20250530024151.4152523-6-changqing.li@windriver.com
State Under Review
Headers show
Series [meta-oe,1/8] version-check.conf: mute version mismatch warning for bpftool | expand

Commit Message

Changqing Li May 30, 2025, 2:41 a.m. UTC
From: Changqing Li <changqing.li@windriver.com>

jemalloc set the version by pass --with-version=${PV_LONG}, PV_LONG :=
"${PV}-171-g${SRCREV}", set match pattern for jemalloc to mute the
version mismatch warning

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta-oe/conf/version-check.conf | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-oe/conf/version-check.conf b/meta-oe/conf/version-check.conf
index 19ec37173a..72c38133fd 100644
--- a/meta-oe/conf/version-check.conf
+++ b/meta-oe/conf/version-check.conf
@@ -33,3 +33,4 @@  CHECK_VERSION_PV:pn-bpftool = "%"
 CHECK_VERSION_PV:pn-libhugetlbfs = "%"
 CHECK_VERSION_PV:pn-pps-tools = '%'
 CHECK_VERSION_PV:pn-libusb-compat = "0.1.12"
+CHECK_VERSION_PV:pn-jemalloc = "${@d.getVar('PV').split('+')[0]}%"