diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-08-17 17:16:09 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-17 17:18:29 -0700 |
commit | 6c25c473379a56729d8a4fa65c0ff646e2c8db29 (patch) | |
tree | ef57aa0d8daedd6d252251b71d80e9ca92526b17 /meta-oe/recipes-graphics/libyui | |
parent | 503d90b608c735c0da42ed99b8fe1667e5c01c56 (diff) | |
download | meta-openembedded-6c25c473379a56729d8a4fa65c0ff646e2c8db29.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-graphics/libyui')
-rw-r--r-- | meta-oe/recipes-graphics/libyui/libyui-ncurses_2.55.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/libyui/libyui-ncurses_2.55.0.bb b/meta-oe/recipes-graphics/libyui/libyui-ncurses_2.55.0.bb index d23ec3faef..ba94a838a9 100644 --- a/meta-oe/recipes-graphics/libyui/libyui-ncurses_2.55.0.bb +++ b/meta-oe/recipes-graphics/libyui/libyui-ncurses_2.55.0.bb | |||
@@ -20,6 +20,9 @@ DEPENDS += "boost libyui ncurses" | |||
20 | 20 | ||
21 | BBCLASSEXTEND = "nativesdk" | 21 | BBCLASSEXTEND = "nativesdk" |
22 | 22 | ||
23 | EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RELWITHDEBINFO" | ||
24 | EXTRA_OECMAKE_append_toolchain-clang = "-DENABLE_WERROR=OFF" | ||
25 | |||
23 | do_configure_prepend () { | 26 | do_configure_prepend () { |
24 | cd ${S} | 27 | cd ${S} |
25 | git checkout bootstrap.sh | 28 | git checkout bootstrap.sh |