From 22c702491a2e3ef31dcdf9628b9936f0988fbe57 Mon Sep 17 00:00:00 2001 From: Geoff Parker Date: Thu, 19 Feb 2026 13:30:55 -0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-matplotlib_3.10.8.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.10.8.bb b/meta-python/recipes-devtools/python/python3-matplotlib_3.10.8.bb index ce8c7a276a..8489b91402 100644 --- a/meta-python/recipes-devtools/python/python3-matplotlib_3.10.8.bb +++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.10.8.bb @@ -47,6 +47,8 @@ RDEPENDS:${PN} = "\ python3-packaging \ " +TARGET_LDFLAGS:append = " ${DEBUG_PREFIX_MAP}" + CVE_PRODUCT = "matplotlib" BBCLASSEXTEND = "native"