diff options
author | Moritz Haase <Moritz.Haase@bmw.de> | 2025-07-11 12:00:26 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-11 08:35:05 -0700 |
commit | 6e78caafa3b3cfaf3e69aafb0cc87b7f0cbe9ac1 (patch) | |
tree | 5db34c549e5dc3ae3e0b5b3672f5e588b2c0f70d | |
parent | 111baaaa22edead203ea2a06be8e1bd31b3d6090 (diff) | |
download | meta-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.bb | 4 |
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 | ||
20 | inherit cmake features_check | 20 | inherit cmake features_check |
21 | 21 | ||
22 | EXTRA_OECMAKE += "-DSYNERGY_BUILD_LEGACY_GUI=OFF" | 22 | EXTRA_OECMAKE += "-DSYNERGY_BUILD_LEGACY_GUI=OFF \ |
23 | -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ | ||
24 | " | ||
23 | 25 | ||
24 | FILES:${PN} += "${datadir}/icons/hicolor" | 26 | FILES:${PN} += "${datadir}/icons/hicolor" |