aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorAndré Draszik <andre.draszik@jci.com>2020-02-05 16:32:48 +0000
committerKhem Raj <raj.khem@gmail.com>2020-02-05 08:44:38 -0800
commit8cda709fb9704660d87b0022430151cf088946b3 (patch)
tree6ee7bf12d6abb11a11b25f6a52f9cc127066a485 /meta-python
parent924fff467bfd120e14ab22d855923aaab41a2b12 (diff)
downloadmeta-openembedded-contrib-8cda709fb9704660d87b0022430151cf088946b3.tar.gz
python3-matplotlib: provide a -native variant
This is useful e.g. for smem-native. Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-matplotlib_3.1.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.1.1.bb b/meta-python/recipes-devtools/python/python3-matplotlib_3.1.1.bb
index 9b86ccc831..824680c243 100644
--- a/meta-python/recipes-devtools/python/python3-matplotlib_3.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.1.1.bb
@@ -15,3 +15,5 @@ SRC_URI[sha256sum] = "1febd22afe1489b13c6749ea059d392c03261b2950d1d45c17e3aed812
PYPI_PACKAGE = "matplotlib"
inherit pypi setuptools3
+
+BBCLASSEXTEND = "native"