summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/upm/upm_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/upm/upm_git.bb b/meta-oe/recipes-extended/upm/upm_git.bb
index 2e8ec0e022..5b3585c141 100644
--- a/meta-oe/recipes-extended/upm/upm_git.bb
+++ b/meta-oe/recipes-extended/upm/upm_git.bb
@@ -27,7 +27,7 @@ COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux"
27 27
28inherit distutils3-base cmake pkgconfig 28inherit distutils3-base cmake pkgconfig
29 29
30EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE" 30EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE -DWERROR=off"
31 31
32# override this in local.conf to get needed bindings. 32# override this in local.conf to get needed bindings.
33# BINDINGS_pn-upm="python" 33# BINDINGS_pn-upm="python"