summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-matplotlib_3.6.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib_3.6.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-matplotlib_3.6.3.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.6.3.bb b/meta-python/recipes-devtools/python/python3-matplotlib_3.6.3.bb
index 809f9425ba..fa0a78d6a9 100644
--- a/meta-python/recipes-devtools/python/python3-matplotlib_3.6.3.bb
+++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.6.3.bb
@@ -27,7 +27,8 @@ inherit pypi setuptools3 pkgconfig
27 27
28# Stop the component from attempting to download when it detects a missing 28# Stop the component from attempting to download when it detects a missing
29# dependency 29# dependency
30SRC_URI += "file://matplotlib-disable-download.patch" 30SRC_URI += "file://matplotlib-disable-download.patch \
31 file://0001-removed-RandomNumberGenerator-class-included-random-.patch"
31 32
32# This python module requires a full copy of freetype-2.6.1 33# This python module requires a full copy of freetype-2.6.1
33SRC_URI += "https://downloads.sourceforge.net/project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz;name=freetype;subdir=matplotlib-${PV}/build" 34SRC_URI += "https://downloads.sourceforge.net/project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz;name=freetype;subdir=matplotlib-${PV}/build"
@@ -40,6 +41,8 @@ SRC_URI[qhull.sha256sum] = "b5c2d7eb833278881b952c8a52d20179eab87766b00b86500046
40# LTO with clang needs lld 41# LTO with clang needs lld
41LDFLAGS:append:toolchain-clang = " -fuse-ld=lld" 42LDFLAGS:append:toolchain-clang = " -fuse-ld=lld"
42LDFLAGS:remove:toolchain-clang:mips = "-fuse-ld=lld" 43LDFLAGS:remove:toolchain-clang:mips = "-fuse-ld=lld"
44LDFLAGS:remove:toolchain-clang:riscv64 = "-fuse-ld=lld"
45LDFLAGS:remove:toolchain-clang:riscv32 = "-fuse-ld=lld"
43RDEPENDS:${PN} = "\ 46RDEPENDS:${PN} = "\
44 freetype \ 47 freetype \
45 libpng \ 48 libpng \