diff options
| author | Geoff Parker <geoffhp@gmail.com> | 2026-02-19 13:30:55 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-20 23:34:22 -0800 |
| commit | 22c702491a2e3ef31dcdf9628b9936f0988fbe57 (patch) | |
| tree | a0c8c53a2fd069e323d0475630aecf9fe1fd77e1 /meta-python/recipes-devtools/python/python3-matplotlib_3.10.8.bb | |
| parent | 95e4da06e42ffb3d76c3ced51aaa236b9d01dfc7 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 50 | TARGET_LDFLAGS:append = " ${DEBUG_PREFIX_MAP}" | ||
| 51 | |||
| 50 | CVE_PRODUCT = "matplotlib" | 52 | CVE_PRODUCT = "matplotlib" |
| 51 | 53 | ||
| 52 | BBCLASSEXTEND = "native" | 54 | BBCLASSEXTEND = "native" |
