mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
libyui-ncurses: Disable werror with clang
clang11 find inconsistencies with overloading of functions and emits additional warning, lets not treat the warnings as errors on clang untill this is fixed Add RELWITHDEBINFO so debug info is generated as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -20,6 +20,9 @@ DEPENDS += "boost libyui ncurses"
|
||||
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
|
||||
EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RELWITHDEBINFO"
|
||||
EXTRA_OECMAKE_append_toolchain-clang = "-DENABLE_WERROR=OFF"
|
||||
|
||||
do_configure_prepend () {
|
||||
cd ${S}
|
||||
git checkout bootstrap.sh
|
||||
|
||||
Reference in New Issue
Block a user