diff options
author | André Draszik <andre.draszik@jci.com> | 2020-02-05 16:32:48 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-05 08:44:38 -0800 |
commit | 8cda709fb9704660d87b0022430151cf088946b3 (patch) | |
tree | 6ee7bf12d6abb11a11b25f6a52f9cc127066a485 /meta-python/recipes-devtools/python | |
parent | 924fff467bfd120e14ab22d855923aaab41a2b12 (diff) | |
download | meta-openembedded-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/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-matplotlib_3.1.1.bb | 2 |
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 | |||
15 | 15 | ||
16 | PYPI_PACKAGE = "matplotlib" | 16 | PYPI_PACKAGE = "matplotlib" |
17 | inherit pypi setuptools3 | 17 | inherit pypi setuptools3 |
18 | |||
19 | BBCLASSEXTEND = "native" | ||