diff options
author | Moritz Haase <Moritz.Haase@bmw.de> | 2025-07-14 13:26:31 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-15 00:25:29 -0700 |
commit | 62702ff84d716cbcfb55780c16c8b0ea20e3bf3c (patch) | |
tree | c8d70c7830b606b60be4f83a735eeeefa392a747 | |
parent | 0cf509d681feefd319192a3135c9a9a137037106 (diff) | |
download | meta-openembedded-62702ff84d716cbcfb55780c16c8b0ea20e3bf3c.tar.gz |
freerdp: Allow to build with CMake 4+
The 2.x branch of freerdp is in maintenance mode and upstream has ruled out
changes to officially support builds with CMake 4+ (see [0]). Thus, apply the
'minimum policy version' override.
[0]: https://github.com/FreeRDP/FreeRDP/issues/11707
Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb b/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb index 18af3229d7..a78724b925 100644 --- a/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb +++ b/meta-oe/recipes-support/freerdp/freerdp_2.11.7.bb | |||
@@ -25,6 +25,7 @@ SRC_URI = "git://github.com/FreeRDP/FreeRDP.git;branch=stable-2.0;protocol=https | |||
25 | 25 | ||
26 | 26 | ||
27 | EXTRA_OECMAKE += " \ | 27 | EXTRA_OECMAKE += " \ |
28 | -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ | ||
28 | -DWITH_FFMPEG=OFF \ | 29 | -DWITH_FFMPEG=OFF \ |
29 | -DWITH_CUNIT=OFF \ | 30 | -DWITH_CUNIT=OFF \ |
30 | -DWITH_NEON=OFF \ | 31 | -DWITH_NEON=OFF \ |