mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
cef7568f26
commit
c5e0ad0154
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user