mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
version-check.conf: mute version mismatch warning for jemalloc
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -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]}%"
|
||||
|
||||
Reference in New Issue
Block a user