diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-09-02 20:30:31 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-05 22:49:35 -0700 |
| commit | 0c6171ed687bad1bc717e055a3d227b061713820 (patch) | |
| tree | 71b6c8a89c2184d7f22415852d1ec162f50f55b4 /meta-python | |
| parent | 82620f8f46f5495da2d02e2b6c6b99f752dc40ed (diff) | |
| download | meta-openembedded-0c6171ed687bad1bc717e055a3d227b061713820.tar.gz | |
hdf5: Upgrade to 1.13.2
License-Update: Add attribution to Lawrence Livermore
National Laboratory and the United States Department of Energy
Drop the Advertizing Clause from COPYING
Forward port patches
Drop 0001-cross-compiling-support.patch
bring in qemu usermode to do runtime pieces of build
Delete cached source files, as they are no longer needed
Upgrade version info in python3-h5py as well to match the upgraded
version number
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-h5py_3.7.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-h5py_3.7.0.bb b/meta-python/recipes-devtools/python/python3-h5py_3.7.0.bb index 1153ea32ce..07128bb039 100644 --- a/meta-python/recipes-devtools/python/python3-h5py_3.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-h5py_3.7.0.bb | |||
| @@ -28,4 +28,4 @@ RDEPENDS:${PN} = "python3-numpy \ | |||
| 28 | python3-json \ | 28 | python3-json \ |
| 29 | " | 29 | " |
| 30 | 30 | ||
| 31 | export HDF5_VERSION="1.8.21" | 31 | export HDF5_VERSION="1.13.2" |
