diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-03-20 10:50:20 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-20 07:53:20 -0700 |
| commit | f7bf1e09e7bac2a8e729384eae48bb8e0653a8cb (patch) | |
| tree | ff5f0b2c9af72b4eb1d3c39bb0819380732210f9 /meta-multimedia | |
| parent | 30ad3a50250945a9a1d50cc8f7e6089c807ffd82 (diff) | |
| download | meta-openembedded-f7bf1e09e7bac2a8e729384eae48bb8e0653a8cb.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 | ||
