diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-04-09 18:23:38 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-10 18:39:31 -0700 |
| commit | 4042e529b9cfcd5b598e53a1db839e9964caffe2 (patch) | |
| tree | bc53e1af810540b901fdf584778e477db406cc54 /meta-python/recipes-devtools/python/python3-matplotlib/0001-Do-not-download-external-dependency-tarballs-via-mes.patch | |
| parent | 4085ac5975f21874012b38c6952ab75af5deea58 (diff) | |
| download | meta-openembedded-4042e529b9cfcd5b598e53a1db839e9964caffe2.tar.gz | |
python3-matplotlib: Upgrade to 3.10.1
- Adjust for move to meson build system.
- Use system freetype and qhull
- Add ptest insfrastructure, they do not pass yet
- Add a patch to fix build on 32bit machines
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Trevor Gamblin <tgamblin@baylibre.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib/0001-Do-not-download-external-dependency-tarballs-via-mes.patch')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-matplotlib/0001-Do-not-download-external-dependency-tarballs-via-mes.patch | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib/0001-Do-not-download-external-dependency-tarballs-via-mes.patch b/meta-python/recipes-devtools/python/python3-matplotlib/0001-Do-not-download-external-dependency-tarballs-via-mes.patch new file mode 100644 index 0000000000..144bfac185 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-matplotlib/0001-Do-not-download-external-dependency-tarballs-via-mes.patch | |||
| @@ -0,0 +1,47 @@ | |||
| 1 | From a6b0bc129de493f57bf79005c48a8d4ca0df68c2 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Wed, 9 Apr 2025 17:34:55 -0700 | ||
| 4 | Subject: [PATCH] Do not download external dependency tarballs via meson | ||
| 5 | |||
| 6 | They are fetched by bitbake fetcher already | ||
| 7 | |||
| 8 | Upstream-Status: Inappropriate [ OE-Specific ] | ||
| 9 | |||
| 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 11 | --- | ||
| 12 | subprojects/freetype-2.6.1.wrap | 7 +------ | ||
| 13 | subprojects/qhull.wrap | 9 ++------- | ||
| 14 | 2 files changed, 3 insertions(+), 13 deletions(-) | ||
| 15 | |||
| 16 | diff --git a/subprojects/freetype-2.6.1.wrap b/subprojects/freetype-2.6.1.wrap | ||
| 17 | index 763362b..74ecb13 100644 | ||
| 18 | --- a/subprojects/freetype-2.6.1.wrap | ||
| 19 | +++ b/subprojects/freetype-2.6.1.wrap | ||
| 20 | @@ -1,10 +1,5 @@ | ||
| 21 | [wrap-file] | ||
| 22 | -source_url = https://download.savannah.gnu.org/releases/freetype/freetype-old/freetype-2.6.1.tar.gz | ||
| 23 | -source_fallback_url = https://downloads.sourceforge.net/project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz | ||
| 24 | -source_filename = freetype-2.6.1.tar.gz | ||
| 25 | -source_hash = 0a3c7dfbda6da1e8fce29232e8e96d987ababbbf71ebc8c75659e4132c367014 | ||
| 26 | - | ||
| 27 | -patch_directory = freetype-2.6.1-meson | ||
| 28 | +directory = freetype-2.6.1 | ||
| 29 | |||
| 30 | [provide] | ||
| 31 | freetype-2.6.1 = freetype_dep | ||
| 32 | diff --git a/subprojects/qhull.wrap b/subprojects/qhull.wrap | ||
| 33 | index c52b07d..30b6904 100644 | ||
| 34 | --- a/subprojects/qhull.wrap | ||
| 35 | +++ b/subprojects/qhull.wrap | ||
| 36 | @@ -1,9 +1,4 @@ | ||
| 37 | [wrap-file] | ||
| 38 | -# Also bump the cache key in `.circleci/config.yml`. | ||
| 39 | -# Also update the docs in `docs/devel/dependencies.rst`. | ||
| 40 | -directory = qhull-8.0.2 | ||
| 41 | -source_url = https://github.com/qhull/qhull/archive/v8.0.2/qhull-8.0.2.tar.gz | ||
| 42 | -source_filename = qhull-8.0.2.tgz | ||
| 43 | -source_hash = 8774e9a12c70b0180b95d6b0b563c5aa4bea8d5960c15e18ae3b6d2521d64f8b | ||
| 44 | +directory = qhull-2020.2 | ||
| 45 | |||
| 46 | -patch_directory = qhull-8.0.2 | ||
| 47 | +patch_directory = qhull-2020.2 | ||
