diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-03-20 10:50:20 +0100 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-20 14:13:06 -0700 |
| commit | aff71b5ce363808aeb30a4ed55cdd2fd7e1ee5e3 (patch) | |
| tree | 9850eebbbf50e208582f5ad5e4c3a86b58a3a561 /meta-multimedia | |
| parent | 0fa02572758003f9a5735ea2ee2518f3a8da9342 (diff) | |
| download | meta-openembedded-aff71b5ce363808aeb30a4ed55cdd2fd7e1ee5e3.tar.gz | |
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>
Diffstat (limited to 'meta-multimedia')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb b/meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb index bcf91b5453..1baa84c330 100644 --- a/meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb +++ b/meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb | |||
| @@ -9,5 +9,7 @@ SRCREV = "1a5938ebaca4f13fe79ce074f5dee079783aa29f" | |||
| 9 | 9 | ||
| 10 | inherit pkgconfig meson | 10 | inherit pkgconfig meson |
| 11 | 11 | ||
| 12 | TARGET_LDFLAGS:append = " ${DEBUG_PREFIX_MAP}" | ||
| 13 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
| 13 | 15 | ||
