diff options
| author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-24 09:20:38 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:51 -0700 |
| commit | a9a9f39e3c2abf7993c8446d4036efcab8ac4971 (patch) | |
| tree | 92da0696845ff30178f486d81c030ec72685a3bc /meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb | |
| parent | 1c46bdf6579ac788f1379bc7de4fe78959aa61f0 (diff) | |
| download | meta-openembedded-a9a9f39e3c2abf7993c8446d4036efcab8ac4971.tar.gz | |
Python: h5py: Clarify BSD license variant
The License of python h5py is BSD-3-Clause.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb b/meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb index bca7757ad8..7822e463ee 100644 --- a/meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "Provides both a high- and low-level interface to the HDF5 library from Python. " | 1 | SUMMARY = "Provides both a high- and low-level interface to the HDF5 library from Python. " |
| 2 | HOMEPAGE = "https://www.h5py.org/" | 2 | HOMEPAGE = "https://www.h5py.org/" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "BSD" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=107;endline=107;md5=795ecad0d261c998cc526c84a822dff6" | 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=107;endline=107;md5=795ecad0d261c998cc526c84a822dff6" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/h5py/h5py.git \ | 7 | SRC_URI = "git://github.com/h5py/h5py.git \ |
