diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-07-14 12:23:54 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-15 00:25:32 -0700 |
commit | be3c11c82d701dd3221ab1c5ec9180c3de556f2a (patch) | |
tree | ab80d90ed8458e05d7e720b160f6463abcfe4869 | |
parent | 1a2fb37a4cb169ceed379c0a2d4e481fca11adf3 (diff) | |
download | meta-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.bb | 2 |
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 | ||
16 | inherit cmake | 16 | inherit cmake |
17 | 17 | ||
18 | EXTRA_OECMAKE += "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" | ||
19 | |||
18 | CFLAGS:append:toolchain-clang = " -Wno-error=gnu-variable-sized-type-not-at-end" | 20 | CFLAGS:append:toolchain-clang = " -Wno-error=gnu-variable-sized-type-not-at-end" |