mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 15:40:01 +00:00
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:
@@ -27,7 +27,7 @@ COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux"
|
|||||||
|
|
||||||
inherit distutils3-base cmake pkgconfig
|
inherit distutils3-base cmake pkgconfig
|
||||||
|
|
||||||
EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE"
|
EXTRA_OECMAKE += "-UPYTHON_EXECUTABLE -DWERROR=off"
|
||||||
|
|
||||||
# override this in local.conf to get needed bindings.
|
# override this in local.conf to get needed bindings.
|
||||||
# BINDINGS_pn-upm="python"
|
# BINDINGS_pn-upm="python"
|
||||||
|
|||||||
Reference in New Issue
Block a user