summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-matplotlib_3.10.8.bb
diff options
context:
space:
mode:
authorGeoff Parker <geoffhp@gmail.com>2026-02-19 13:30:55 -0800
committerKhem Raj <raj.khem@gmail.com>2026-02-20 23:34:22 -0800
commit22c702491a2e3ef31dcdf9628b9936f0988fbe57 (patch)
treea0c8c53a2fd069e323d0475630aecf9fe1fd77e1 /meta-python/recipes-devtools/python/python3-matplotlib_3.10.8.bb
parent95e4da06e42ffb3d76c3ced51aaa236b9d01dfc7 (diff)
downloadmeta-openembedded-22c702491a2e3ef31dcdf9628b9936f0988fbe57.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib_3.10.8.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-matplotlib_3.10.8.bb2
1 files changed, 2 insertions, 0 deletions
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} = "\
47 python3-packaging \ 47 python3-packaging \
48" 48"
49 49
50TARGET_LDFLAGS:append = " ${DEBUG_PREFIX_MAP}"
51
50CVE_PRODUCT = "matplotlib" 52CVE_PRODUCT = "matplotlib"
51 53
52BBCLASSEXTEND = "native" 54BBCLASSEXTEND = "native"