aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-03 15:36:51 -0800
committerKhem Raj <raj.khem@gmail.com>2021-03-03 15:38:25 -0800
commitb22572517b2984653439eaa045ae519ebc91d84a (patch)
tree9d667e03d4ac3bec634140081063ea3a78aeb1f7 /meta-oe/recipes-graphics
parent7af511f644a653acde35b97e13b572ad07e99383 (diff)
downloadmeta-openembedded-b22572517b2984653439eaa045ae519ebc91d84a.tar.gz
libyui: Adopt to new cmake option to disable Werror
Add -DCMAKE_BUILD_TYPE=RELWITHDEBINFO so we have balance between build speed and debug info Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb b/meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb
index bdbbb031a3..bba17962e2 100644
--- a/meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb
+++ b/meta-oe/recipes-graphics/libyui/libyui_4.0.0.bb
@@ -18,7 +18,7 @@ inherit cmake gettext pkgconfig
DEPENDS += "boost"
-EXTRA_OECMAKE += "-DENABLE_WERROR=OFF"
+EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DWERROR=OFF"
BBCLASSEXTEND = "native nativesdk"