mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +00:00
wtmpdb: add DEBUG_PREFIX_MAP to LDFLAGS to fix qa error
Fixes qa error: ERROR: wtmpdb-0.11.0-r0 do_package_qa: QA Issue: File /usr/bin/.debug/wtmpdb in package wtmpdb-dbg contains reference to TMPDIR [buildpaths] ERROR: wtmpdb-0.11.0-r0 do_package_qa: QA Issue: File /usr/lib/.debug/libwtmpdb.so.0.11.0 in package wtmpdb-dbg contains reference to TMPDIR [buildpaths] ERROR: wtmpdb-0.11.0-r0 do_package_qa: QA Issue: File /usr/lib/security/.debug/pam_wtmpdb.so in package wtmpdb-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -33,3 +33,5 @@ FILES:${PN} += " ${systemd_system_unitdir} "
|
|||||||
FILES:${PN} += " ${libdir} "
|
FILES:${PN} += " ${libdir} "
|
||||||
FILES:${PN} += " ${nonarch_libdir}/tmpfiles.d/* "
|
FILES:${PN} += " ${nonarch_libdir}/tmpfiles.d/* "
|
||||||
FILES:${PN} += " ${base_libdir}/security/*.so "
|
FILES:${PN} += " ${base_libdir}/security/*.so "
|
||||||
|
|
||||||
|
TARGET_LDFLAGS:append = " ${DEBUG_PREFIX_MAP}"
|
||||||
|
|||||||
Reference in New Issue
Block a user