From: Changqing Li <[email protected]> * 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 <[email protected]> --- meta-oe/conf/version-check.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/conf/version-check.conf b/meta-oe/conf/version-check.conf index b41c9e8d22..d1a6cdf7a5 100644 --- a/meta-oe/conf/version-check.conf +++ b/meta-oe/conf/version-check.conf @@ -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 = '%' -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122274): https://lists.openembedded.org/g/openembedded-devel/message/122274 Mute This Topic: https://lists.openembedded.org/mt/116591354/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
