version-check.conf: mute version mismatch warning for libhugetlbfs

ld.libhugetlbfs --version return the ld version on the host, and cause
version mismatch warning, mute the warning by skip checking for this
package

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Changqing Li 2025-05-30 10:41:46 +08:00 committed by Khem Raj
parent adf3de70b2
commit 3ce3d3bdb5
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -30,3 +30,4 @@ CHECK_VERSION_PV:pn-netperf = "2.7.%"
CHECK_VERSION_PV:pn-bridge-utils = "1.7%"
CHECK_VERSION_PV:pn-turbostat = "2024.07.26"
CHECK_VERSION_PV:pn-bpftool = "%"
CHECK_VERSION_PV:pn-libhugetlbfs = "%"