summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Haase <Moritz.Haase@bmw.de>2025-07-11 12:00:24 +0200
committerKhem Raj <raj.khem@gmail.com>2025-07-11 08:35:05 -0700
commit82177b39ecb4c54908e015e250d6c3136ebeba65 (patch)
treec52982d57a1887ccc1812ffce948934a428cdf7e
parentc4a6ed4f448d0321c46409a98bfb369668e73a4a (diff)
downloadmeta-openembedded-82177b39ecb4c54908e015e250d6c3136ebeba65.tar.gz
upm: Allow to build with CMake 4+
Upstream is inactive, so use the 'minimum policy version' override. Signed-off-by: Moritz Haase <Moritz.Haase@bmw.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/upm/upm_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/upm/upm_git.bb b/meta-oe/recipes-extended/upm/upm_git.bb
index 616f4ca09a..9b809ce727 100644
--- a/meta-oe/recipes-extended/upm/upm_git.bb
+++ b/meta-oe/recipes-extended/upm/upm_git.bb
@@ -27,7 +27,9 @@ COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux"
27 27
28inherit setuptools3-base cmake pkgconfig 28inherit setuptools3-base cmake pkgconfig
29 29
30EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE -DWERROR=off" 30EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE -DWERROR=off \
31 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
32"
31 33
32# override this in local.conf to get needed bindings. 34# override this in local.conf to get needed bindings.
33# BINDINGS:pn-upm="python" 35# BINDINGS:pn-upm="python"