diff options
author | Moritz Haase <Moritz.Haase@bmw.de> | 2025-07-11 12:00:24 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-11 08:35:05 -0700 |
commit | 82177b39ecb4c54908e015e250d6c3136ebeba65 (patch) | |
tree | c52982d57a1887ccc1812ffce948934a428cdf7e | |
parent | c4a6ed4f448d0321c46409a98bfb369668e73a4a (diff) | |
download | meta-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.bb | 4 |
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 | ||
28 | inherit setuptools3-base cmake pkgconfig | 28 | inherit setuptools3-base cmake pkgconfig |
29 | 29 | ||
30 | EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE -DWERROR=off" | 30 | EXTRA_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" |