From 4e423ff9435e0e5e753cc18e91d51e7ceeccdacc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 5 Apr 2020 08:46:13 -0700 Subject: 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 --- meta-oe/recipes-extended/upm/upm_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') 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" -- cgit v1.2.3-54-g00ecf