summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/libyui
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-08-17 17:16:09 -0700
committerKhem Raj <raj.khem@gmail.com>2020-08-17 17:18:29 -0700
commit6c25c473379a56729d8a4fa65c0ff646e2c8db29 (patch)
treeef57aa0d8daedd6d252251b71d80e9ca92526b17 /meta-oe/recipes-graphics/libyui
parent503d90b608c735c0da42ed99b8fe1667e5c01c56 (diff)
downloadmeta-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.bb3
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 d23ec3fae..ba94a838a 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
21BBCLASSEXTEND = "nativesdk" 21BBCLASSEXTEND = "nativesdk"
22 22
23EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RELWITHDEBINFO"
24EXTRA_OECMAKE_append_toolchain-clang = "-DENABLE_WERROR=OFF"
25
23do_configure_prepend () { 26do_configure_prepend () {
24 cd ${S} 27 cd ${S}
25 git checkout bootstrap.sh 28 git checkout bootstrap.sh