diff mbox series

[meta-oe,7/8] version-check.conf: mute version mismatch warning for dialog

Message ID 20250530024151.4152523-7-changqing.li@windriver.com
State Under Review
Headers show
Series [meta-oe,1/8] version-check.conf: mute version mismatch warning for bpftool | expand

Commit Message

Changqing Li May 30, 2025, 2:41 a.m. UTC
From: Changqing Li <changqing.li@windriver.com>

Refer [1], dialog's tarballs released with date, for convenient, PV also
end with date. Change to check without date suffix.

[1] https://invisible-mirror.net/archives/dialog/

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta-oe/conf/version-check.conf | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-oe/conf/version-check.conf b/meta-oe/conf/version-check.conf
index 72c38133fd..b41c9e8d22 100644
--- a/meta-oe/conf/version-check.conf
+++ b/meta-oe/conf/version-check.conf
@@ -34,3 +34,4 @@  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]}%"
+CHECK_VERSION_PV:pn-dialog = "${@d.getVar('PV').split('-')[0]}%"