diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-08-19 18:57:14 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-21 08:45:46 -0700 |
| commit | c5e0ad01545c03194c23519510cf35109abe3d4e (patch) | |
| tree | d1b886c10db5da132d79154331a9a17f8038f089 | |
| parent | cef7568f26c2d60373f690179a795314986d9d01 (diff) | |
| download | meta-openembedded-c5e0ad01545c03194c23519510cf35109abe3d4e.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-graphics/libyui/libyui-ncurses_4.6.2.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.6.2.bb b/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.6.2.bb index 34286f5013..4196449f3a 100644 --- a/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.6.2.bb +++ b/meta-oe/recipes-graphics/libyui/libyui-ncurses_4.6.2.bb | |||
| @@ -19,7 +19,13 @@ DEPENDS += "boost libyui ncurses" | |||
| 19 | 19 | ||
| 20 | BBCLASSEXTEND = "nativesdk" | 20 | BBCLASSEXTEND = "nativesdk" |
| 21 | 21 | ||
| 22 | EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DWERROR=OFF -DCMAKE_SKIP_RPATH=1" | 22 | EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release -DWERROR=OFF -DCMAKE_SKIP_RPATH=1" |
| 23 | |||
| 24 | # TODO: Check with newer GCC, it works ok with GCC | ||
| 25 | # GCC-14 causes buildpaths QA error | ||
| 26 | # 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 | ||
| 27 | |||
| 28 | DEBUG_LEVELFLAG = "" | ||
| 23 | 29 | ||
| 24 | CXXFLAGS += "-DNCURSES_WIDECHAR" | 30 | CXXFLAGS += "-DNCURSES_WIDECHAR" |
| 25 | LDFLAGS += "-L${B}/src" | 31 | LDFLAGS += "-L${B}/src" |
| @@ -48,5 +54,3 @@ do_install:append:class-nativesdk () { | |||
| 48 | FILES:${PN} += "${datadir}/*" | 54 | FILES:${PN} += "${datadir}/*" |
| 49 | 55 | ||
| 50 | FILES:${PN}-dev += "${libdir}/*" | 56 | FILES:${PN}-dev += "${libdir}/*" |
| 51 | |||
| 52 | CMAKE_VERBOSE = "VERBOSE=1" | ||
