summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-07-14 12:23:54 -0700
committerKhem Raj <raj.khem@gmail.com>2025-07-15 00:25:32 -0700
commitbe3c11c82d701dd3221ab1c5ec9180c3de556f2a (patch)
treeab80d90ed8458e05d7e720b160f6463abcfe4869
parent1a2fb37a4cb169ceed379c0a2d4e481fca11adf3 (diff)
downloadmeta-openembedded-be3c11c82d701dd3221ab1c5ec9180c3de556f2a.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/relayd/relayd_git.bb2
1 files changed, 2 insertions, 0 deletions
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"
15 15
16inherit cmake 16inherit cmake
17 17
18EXTRA_OECMAKE += "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
19
18CFLAGS:append:toolchain-clang = " -Wno-error=gnu-variable-sized-type-not-at-end" 20CFLAGS:append:toolchain-clang = " -Wno-error=gnu-variable-sized-type-not-at-end"