summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2025-04-28 15:09:19 +0800
committerArmin Kuster <akuster808@gmail.com>2025-05-17 11:56:50 -0600
commit96bfc67bbd02b34eaa2c6d026f04963263a578c4 (patch)
treef6d54d351ece08b190ed3c2bd4371d0c8bf059c1 /meta-oe
parenta5e0aa7ef72d7d20861a3e73399b64e10be75ae4 (diff)
downloadmeta-openembedded-96bfc67bbd02b34eaa2c6d026f04963263a578c4.tar.gz
version-check.conf: mute bridge-utils version mismatch warning
Runtime version of brctl is 1.7.1, but the configure.ac set version as 1.7 (AC_INIT([bridge-utils],[1.7])). And refer [1], this utility is DEPRECATED, only critical bug fixes only, so it is nearly not possible to correct from upstream, so mute this warning since it has no critical influence. [1] https://git.kernel.org/pub/scm/network/bridge/bridge-utils.git/commit/?h=main&id=ab8a2cc330253321be7bc69dea88bfaa3d48415e Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/conf/version-check.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/conf/version-check.conf b/meta-oe/conf/version-check.conf
index 130f2f6058..ecc8802565 100644
--- a/meta-oe/conf/version-check.conf
+++ b/meta-oe/conf/version-check.conf
@@ -21,3 +21,4 @@ CHECK_VERSION_PV:pn-can-utils = "%"
21CHECK_VERSION_PV:pn-luajit = "${PV}.%" 21CHECK_VERSION_PV:pn-luajit = "${PV}.%"
22CHECK_VERSION_PV:pn-sg3-utils = "%" 22CHECK_VERSION_PV:pn-sg3-utils = "%"
23CHECK_VERSION_PV:pn-netperf = "2.7.%" 23CHECK_VERSION_PV:pn-netperf = "2.7.%"
24CHECK_VERSION_PV:pn-bridge-utils = "1.7%"