summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"