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]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit d819512cb3d9e58e7f664aa11cd00b797f219af7) Signed-off-by: Ankur Tyagi <[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 = '%'
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122544): https://lists.openembedded.org/g/openembedded-devel/message/122544 Mute This Topic: https://lists.openembedded.org/mt/116711335/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
