diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-03-20 10:21:17 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-20 07:59:34 -0700 |
| commit | 09a6f8682de63848daf569c6ef0fedacedaa89b1 (patch) | |
| tree | 5d7bd75ba62f3c016976e69e9587db5acf8d587c | |
| parent | 2893e60ccbd1eeaa77175e96e87dea126f55de2a (diff) | |
| download | meta-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.bb | 2 |
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} " | |||
| 33 | FILES:${PN} += " ${libdir} " | 33 | FILES:${PN} += " ${libdir} " |
| 34 | FILES:${PN} += " ${nonarch_libdir}/tmpfiles.d/* " | 34 | FILES:${PN} += " ${nonarch_libdir}/tmpfiles.d/* " |
| 35 | FILES:${PN} += " ${base_libdir}/security/*.so " | 35 | FILES:${PN} += " ${base_libdir}/security/*.so " |
| 36 | |||
| 37 | TARGET_LDFLAGS:append = " ${DEBUG_PREFIX_MAP}" | ||
