summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb24
1 files changed, 12 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb b/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb
index cd05b455d4..7dfe46f3ca 100644
--- a/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb
@@ -14,11 +14,11 @@ LIC_FILES_CHKSUM = "\
14DEPENDS = "\ 14DEPENDS = "\
15 freetype \ 15 freetype \
16 libpng \ 16 libpng \
17 ${PYTHON_PN}-numpy-native \ 17 python3-numpy-native \
18 ${PYTHON_PN}-pip-native \ 18 python3-pip-native \
19 ${PYTHON_PN}-dateutil-native \ 19 python3-dateutil-native \
20 ${PYTHON_PN}-pytz-native \ 20 python3-pytz-native \
21 ${PYTHON_PN}-certifi-native \ 21 python3-certifi-native \
22" 22"
23 23
24SRC_URI[sha256sum] = "b2e9810e09c3a47b73ce9cab5a72243a1258f61e7900969097a817232246ce1c" 24SRC_URI[sha256sum] = "b2e9810e09c3a47b73ce9cab5a72243a1258f61e7900969097a817232246ce1c"
@@ -44,13 +44,13 @@ LDFLAGS:remove:toolchain-clang:mips = "-fuse-ld=lld"
44RDEPENDS:${PN} = "\ 44RDEPENDS:${PN} = "\
45 freetype \ 45 freetype \
46 libpng \ 46 libpng \
47 ${PYTHON_PN}-numpy \ 47 python3-numpy \
48 ${PYTHON_PN}-pyparsing \ 48 python3-pyparsing \
49 ${PYTHON_PN}-cycler \ 49 python3-cycler \
50 ${PYTHON_PN}-dateutil \ 50 python3-dateutil \
51 ${PYTHON_PN}-kiwisolver \ 51 python3-kiwisolver \
52 ${PYTHON_PN}-pytz \ 52 python3-pytz \
53 ${PYTHON_PN}-pillow \ 53 python3-pillow \
54" 54"
55 55
56ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/mplsetup.cfg" 56ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/mplsetup.cfg"