summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Haase <Moritz.Haase@bmw.de>2025-07-11 12:00:26 +0200
committerKhem Raj <raj.khem@gmail.com>2025-07-11 08:35:05 -0700
commit6e78caafa3b3cfaf3e69aafb0cc87b7f0cbe9ac1 (patch)
tree5db34c549e5dc3ae3e0b5b3672f5e588b2c0f70d
parent111baaaa22edead203ea2a06be8e1bd31b3d6090 (diff)
downloadmeta-openembedded-6e78caafa3b3cfaf3e69aafb0cc87b7f0cbe9ac1.tar.gz
synergy: Allow to build with CMake 4+
The version hasn't been updated in years, so even though there are newer upstream releases, bumping the version is not straightforward. Thus, use the 'minimum policy version' override for now. 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/synergy/synergy_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/synergy/synergy_git.bb b/meta-oe/recipes-support/synergy/synergy_git.bb
index e215c62620..e66c04b9fc 100644
--- a/meta-oe/recipes-support/synergy/synergy_git.bb
+++ b/meta-oe/recipes-support/synergy/synergy_git.bb
@@ -19,6 +19,8 @@ PV = "1.10.1+git"
19 19
20inherit cmake features_check 20inherit cmake features_check
21 21
22EXTRA_OECMAKE += "-DSYNERGY_BUILD_LEGACY_GUI=OFF" 22EXTRA_OECMAKE += "-DSYNERGY_BUILD_LEGACY_GUI=OFF \
23 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
24"
23 25
24FILES:${PN} += "${datadir}/icons/hicolor" 26FILES:${PN} += "${datadir}/icons/hicolor"