mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
tk: Remove buildpath issue
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 <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
decf709570
commit
4bd31c4915
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user