diff mbox series

[meta-oe,6/7] conf/version-check.conf: skip version check for a few recipes

Message ID 20250417080516.3158818-6-Qi.Chen@windriver.com
State Under Review
Headers show
Series [meta-oe,1/7] check-version-mismatch.bbclass: avoid single '(' in version output | expand

Commit Message

Chen, Qi April 17, 2025, 8:05 a.m. UTC
From: Chen Qi <Qi.Chen@windriver.com>

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>
---
 meta-oe/conf/version-check.conf | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/meta-oe/conf/version-check.conf b/meta-oe/conf/version-check.conf
index 5ab9a1d665..1867c23c81 100644
--- a/meta-oe/conf/version-check.conf
+++ b/meta-oe/conf/version-check.conf
@@ -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