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>
This commit is contained in:
Khem Raj
2020-04-05 08:46:13 -07:00
parent 6d35e3c816
commit 4e423ff943
+1 -1
View File
@@ -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"