mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 12:11:26 +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:
parent
6d35e3c816
commit
4e423ff943
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user