conf/version-check.conf: skip version check for a few recipes

Now check-version-mismatch.bbclass can check scripts' output
beside elf binaries output. We need to skip a few recipe.
These recipes' scripts give some version information, but they
are version information of scripts themselves instead of the package.
There's no executable in these packages that can give out useful
version information.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Chen Qi
2025-04-17 01:05:15 -07:00
committed by Khem Raj
parent 93a6ada53c
commit a232d95455
+5
View File
@@ -14,6 +14,11 @@ CHECK_VERSION_PV:pn-ncurses = "${PV}.%"
CHECK_VERSION_PV:pn-alsa-tools = "%"
CHECK_VERSION_PV:pn-gst-examples = "%"
CHECK_VERSION_PV:pn-piglit = "%"
CHECK_VERSION_PV:pn-kernel-devsrc = "%"
CHECK_VERSION_PV:pn-qemuwrapper-cross = "%"
CHECK_VERSION_PV:pn-gnu-config = "%"
CHECK_VERSION_PV:pn-sysvinit-inittab = "%"
CHECK_VERSION_PV:pn-opkg-utils = "%"
CHECK_VERSION_PV:pn-libedit = "${@d.getVar('PV').split('-')[1]}"
# meta-oe