liblc3: add DEBUG_PREFIX_MAP to LDFLAGS to fix qa error

Fixes:
ERROR: liblc3-1.0.4-r0 do_package_qa: QA Issue: File /usr/lib/.debug/liblc3.so.1 in package liblc3-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:
Gyorgy Sarvari 2026-03-20 10:50:20 +01:00 committed by Khem Raj
parent 0fa0257275
commit aff71b5ce3
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -9,5 +9,7 @@ SRCREV = "1a5938ebaca4f13fe79ce074f5dee079783aa29f"
inherit pkgconfig meson
TARGET_LDFLAGS:append = " ${DEBUG_PREFIX_MAP}"
BBCLASSEXTEND = "native nativesdk"