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

* flite --version return 1 block version output for
  check-version-mismatch.bbclass
* even with version output flite-2.2-current, regular version match
  regexp cannot match the version

so mute version mismatch warning for flite

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-12-03 17:05:53 +08:00 committed by Khem Raj
parent 350e4a7c62
commit d819512cb3
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -35,3 +35,4 @@ 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]}%"
CHECK_VERSION_PV:pn-dialog = "${@d.getVar('PV').split('-')[0]}%"
CHECK_VERSION_PV:pn-flite = '%'