summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2025-04-14 16:27:15 +0800
committerKhem Raj <raj.khem@gmail.com>2025-04-15 12:52:19 -0700
commita9cf464662b2b127db47cc23ec09b4cb3d052cae (patch)
tree6bd2249b21cdb46e1639a5ee6177dd086928e302
parent51e410a84eaa9742ea8881435925a242fb5529cd (diff)
downloadmeta-openembedded-a9cf464662b2b127db47cc23ec09b4cb3d052cae.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>
-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%"