Message ID | 20250711100052.255467-10-Moritz.Haase@bmw.de |
---|---|
State | New |
Headers | show |
Series | Patches to allow builds with CMake 4+ | expand |
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" inherit cmake features_check -EXTRA_OECMAKE += "-DSYNERGY_BUILD_LEGACY_GUI=OFF" +EXTRA_OECMAKE += "-DSYNERGY_BUILD_LEGACY_GUI=OFF \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ +" FILES:${PN} += "${datadir}/icons/hicolor"
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> --- meta-oe/recipes-support/synergy/synergy_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)