From be3c11c82d701dd3221ab1c5ec9180c3de556f2a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 14 Jul 2025 12:23:54 -0700 Subject: relayd: Fix building with CMake 4+ Bump minimum cmake dialect to be 3.5+, this is an openwrt component, which does not get many updates these days. Ideally the cmake files for the project should be fixed. Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/relayd/relayd_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-networking') diff --git a/meta-networking/recipes-connectivity/relayd/relayd_git.bb b/meta-networking/recipes-connectivity/relayd/relayd_git.bb index 17745da806..64ea4e798a 100644 --- a/meta-networking/recipes-connectivity/relayd/relayd_git.bb +++ b/meta-networking/recipes-connectivity/relayd/relayd_git.bb @@ -15,4 +15,6 @@ UPSTREAM_CHECK_COMMITS = "1" inherit cmake +EXTRA_OECMAKE += "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" + CFLAGS:append:toolchain-clang = " -Wno-error=gnu-variable-sized-type-not-at-end" -- cgit v1.2.3-54-g00ecf