aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/upm
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-04-05 08:46:13 -0700
committerKhem Raj <raj.khem@gmail.com>2020-04-05 10:38:14 -0700
commit4e423ff9435e0e5e753cc18e91d51e7ceeccdacc (patch)
treebda529083d71dfb4bbfa9390367a2306ec74056e /meta-oe/recipes-extended/upm
parent6d35e3c8164415b492dbc02c0dea7f0f1faa650f (diff)
downloadmeta-openembedded-contrib-4e423ff9435e0e5e753cc18e91d51e7ceeccdacc.tar.gz
upm: Disable Werror
New compilers sometime find new warnings, its best to report them upstream but not break distro builds Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/upm')
-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"
inherit distutils3-base cmake pkgconfig
-EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE"
+EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE -DWERROR=off"
# override this in local.conf to get needed bindings.
# BINDINGS_pn-upm="python"