mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
version-check.conf: mute version mismatch warning for dialog
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
f0d23b87f7
commit
5baf4b2341
|
|
@ -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]}%"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user