Przeglądaj źródła

libyui-ncurses: Fix buildpaths QA Error

This is a workaround but lets live with this instead of deleting it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Khem Raj 9 miesięcy temu
rodzic
commit
c5e0ad0154

+ 7 - 3
meta-oe/recipes-graphics/libyui/libyui-ncurses_4.6.2.bb

@@ -19,7 +19,13 @@ DEPENDS += "boost libyui ncurses"
 
 BBCLASSEXTEND = "nativesdk"
 
-EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DWERROR=OFF -DCMAKE_SKIP_RPATH=1"
+EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release -DWERROR=OFF -DCMAKE_SKIP_RPATH=1"
+
+# TODO: Check with newer GCC, it works ok with GCC
+# GCC-14 causes buildpaths QA error
+# WARNING: libyui-ncurses-4.6.2-r0 do_package_qa: QA Issue: File /usr/lib/yui/.debug/libyui-ncurses.so.16.0.0 in package libyui-ncurses-dbg contains reference to TMPDIR [buildpaths
+
+DEBUG_LEVELFLAG = ""
 
 CXXFLAGS += "-DNCURSES_WIDECHAR"
 LDFLAGS += "-L${B}/src"
@@ -48,5 +54,3 @@ do_install:append:class-nativesdk () {
 FILES:${PN} += "${datadir}/*"
 
 FILES:${PN}-dev += "${libdir}/*"
-
-CMAKE_VERBOSE = "VERBOSE=1"