diff mbox series

[meta-oe,2/4] memstat: Restore DEBUG_PREFIX_MAP in TARGET_LDFLAGS

Message ID 20260203051703.2668668-2-mingli.yu@windriver.com
State New
Headers show
Series [meta-oe,1/4] valkey: Restore DEBUG_PREFIX_MAP in TARGET_LDFLAGS | expand

Commit Message

Yu, Mingli Feb. 3, 2026, 5:17 a.m. UTC
From: Mingli Yu <mingli.yu@windriver.com>

oe-core has removed DEBUG_PREFIX_MAP from TARGET_LDFLAGS [1], restore
it to fix the below error.

ERROR: memstat-1.0-r0.wr2401 do_package_qa: QA Issue: File /usr/bin/.debug/memstat in package memstat-dbg contains reference to TMPDIR [buildpaths]
ERROR: memstat-1.0-r0.wr2401 do_package_qa: Fatal QA errors were found, failing task.

[1] https://git.openembedded.org/openembedded-core/commit/?id=1797741aad02b8bf429fac4b81e30cdda64b5448

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 meta-oe/recipes-devtools/memstat/memstat_1.0.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/memstat/memstat_1.0.bb b/meta-oe/recipes-devtools/memstat/memstat_1.0.bb
index 606ad39006..a0b4d0b9cc 100644
--- a/meta-oe/recipes-devtools/memstat/memstat_1.0.bb
+++ b/meta-oe/recipes-devtools/memstat/memstat_1.0.bb
@@ -19,6 +19,8 @@  SRC_URI = "http://sourceforge.net/projects/memstattool/files/memstat_${PV}.tar.g
 
 SRC_URI[sha256sum] = "245d5fc7fb87bcfd14486cd34917cae2856e799559ac568434af12c4852bce94"
 
+TARGET_LDFLAGS:append = " ${DEBUG_PREFIX_MAP}"
+
 do_install:append(){
     install -d ${D}${bindir}
     install -m 0755 memstat ${D}${bindir}