summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-03-20 10:21:17 +0100
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-20 14:13:11 -0700
commitb883bd25cdd27560fdebc5a4bf56f90e99964c4c (patch)
tree4d6ac4d78192217242278e11fd4f47f86e8b17af
parentbc155291f179e79b48047adbebc177427c7c0ff9 (diff)
downloadmeta-openembedded-b883bd25cdd27560fdebc5a4bf56f90e99964c4c.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}"