diff mbox series

[4/6] version-check.conf: mute bridge-utils version mismatch warning

Message ID 20250414082717.2827252-4-changqing.li@windriver.com
State Accepted
Headers show
Series [1/6] version-check.conf: add CHECK_VERSION_PV for pn-netperf | expand

Commit Message

Changqing Li April 14, 2025, 8:27 a.m. UTC
From: Changqing Li <changqing.li@windriver.com>

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>
---
 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 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 = "%"
 CHECK_VERSION_PV:pn-luajit = "${PV}.%"
 CHECK_VERSION_PV:pn-sg3-utils = "%"
 CHECK_VERSION_PV:pn-netperf = "2.7.%"
+CHECK_VERSION_PV:pn-bridge-utils = "1.7%"