diff options
-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 |