summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-03-20 10:21:17 +0100
committerKhem Raj <raj.khem@gmail.com>2026-03-20 07:59:34 -0700
commit09a6f8682de63848daf569c6ef0fedacedaa89b1 (patch)
tree5d7bd75ba62f3c016976e69e9587db5acf8d587c
parent2893e60ccbd1eeaa77175e96e87dea126f55de2a (diff)
downloadmeta-openembedded-09a6f8682de63848daf569c6ef0fedacedaa89b1.tar.gz
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>
-rw-r--r--meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb b/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb
index b901e8815a..45097624db 100644
--- a/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb
+++ b/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb
@@ -33,3 +33,5 @@ FILES:${PN} += " ${systemd_system_unitdir} "
33FILES:${PN} += " ${libdir} " 33FILES:${PN} += " ${libdir} "
34FILES:${PN} += " ${nonarch_libdir}/tmpfiles.d/* " 34FILES:${PN} += " ${nonarch_libdir}/tmpfiles.d/* "
35FILES:${PN} += " ${base_libdir}/security/*.so " 35FILES:${PN} += " ${base_libdir}/security/*.so "
36
37TARGET_LDFLAGS:append = " ${DEBUG_PREFIX_MAP}"