python3-matplotlib: Fix TMPDIR in debug binaries, [buildaths] errors

Fix errors like:

    ERROR: python3-matplotlib-3.10.8-r0 do_package_qa: QA Issue: File
           /usr/lib/python3.14/site-packages/matplotlib/backends/.debug/
           _backend_agg.cpython-314-arm-linux-gnueabihf.so
           in package python3-matplotlib-dbg contains reference to TMPDIR
           [buildpaths]

Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Geoff Parker
2026-02-19 13:30:55 -08:00
committed by Khem Raj
parent 95e4da06e4
commit 22c702491a

View File

@@ -47,6 +47,8 @@ RDEPENDS:${PN} = "\
python3-packaging \
"
TARGET_LDFLAGS:append = " ${DEBUG_PREFIX_MAP}"
CVE_PRODUCT = "matplotlib"
BBCLASSEXTEND = "native"