From: Mingli Yu <[email protected]>

Though the S defined as ${WORKDIR}/${BPN}${PV}/unix, but some source
files come from such as ${WORKDIR}/${BPN}${PV}/unix/../generic, so add
"-fdebug-prefix-map=${S}/../" to fix the below buildpath issue:
  WARNING: tk-8.6.10-r0 do_package_qa: QA Issue: File 
/usr/lib64/.debug/libtk8.6.so in package tk-dbg contains reference to TMPDIR
  File /usr/bin/.debug/wish8.6 in package tk-dbg contains reference to TMPDIR 
[buildpaths]

Signed-off-by: Mingli Yu <[email protected]>
---
 meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb 
b/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb
index f3cab4e61..237c4e738 100644
--- a/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb
+++ b/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb
@@ -28,6 +28,8 @@ SRC_URI[sha256sum] = 
"63df418a859d0a463347f95ded5cd88a3dd3aaa1ceecaeee362194bc30
 
 S = "${WORKDIR}/${BPN}${PV}/unix"
 
+DEBUG_PREFIX_MAP += "-fdebug-prefix-map=${S}/../=${TARGET_DBGSRC_DIR}/.."
+
 PSEUDO_IGNORE_PATHS .= ",${WORKDIR}/${BPN}${PV}"
 
 # Short version format: "8.6"
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#107645): 
https://lists.openembedded.org/g/openembedded-devel/message/107645
Mute This Topic: https://lists.openembedded.org/mt/103277348/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to