diff options
| -rw-r--r-- | meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch | 6 | ||||
| -rw-r--r-- | meta-oe/recipes-support/hdf5/hdf5_1.14.6.bb (renamed from meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb) | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch b/meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch index 0d016ccb4c..77e77d88f6 100644 --- a/meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch +++ b/meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch | |||
| @@ -10,13 +10,13 @@ Upstream-Status: Inappropriate [oe specific] | |||
| 10 | 10 | ||
| 11 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | 11 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> |
| 12 | --- | 12 | --- |
| 13 | config/cmake/libhdf5.settings.cmake.in | 18 +++++++++--------- | 13 | src/libhdf5.settings.cmake.in | 18 +++++++++--------- |
| 14 | 1 file changed, 9 insertions(+), 9 deletions(-) | 14 | 1 file changed, 9 insertions(+), 9 deletions(-) |
| 15 | 15 | ||
| 16 | diff --git a/config/cmake/libhdf5.settings.cmake.in b/config/cmake/libhdf5.settings.cmake.in | 16 | diff --git a/config/cmake/libhdf5.settings.cmake.in b/config/cmake/libhdf5.settings.cmake.in |
| 17 | index deb07ed..6f255c4 100644 | 17 | index deb07ed..6f255c4 100644 |
| 18 | --- a/config/cmake/libhdf5.settings.cmake.in | 18 | --- a/src/libhdf5.settings.cmake.in |
| 19 | +++ b/config/cmake/libhdf5.settings.cmake.in | 19 | +++ b/src/libhdf5.settings.cmake.in |
| 20 | @@ -23,23 +23,23 @@ Linking Options: | 20 | @@ -23,23 +23,23 @@ Linking Options: |
| 21 | ---------------- | 21 | ---------------- |
| 22 | Libraries: @BUILD_NAME_EXT@ | 22 | Libraries: @BUILD_NAME_EXT@ |
diff --git a/meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb b/meta-oe/recipes-support/hdf5/hdf5_1.14.6.bb index edaf5710e1..974007a3e9 100644 --- a/meta-oe/recipes-support/hdf5/hdf5_1.14.4-3.bb +++ b/meta-oe/recipes-support/hdf5/hdf5_1.14.6.bb | |||
| @@ -12,11 +12,11 @@ inherit cmake siteinfo qemu multilib_header multilib_script | |||
| 12 | DEPENDS += "qemu-native zlib" | 12 | DEPENDS += "qemu-native zlib" |
| 13 | 13 | ||
| 14 | SRC_URI = " \ | 14 | SRC_URI = " \ |
| 15 | https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.14/hdf5-1.14.4/src/${BPN}-${PV}.tar.gz \ | 15 | https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_6/downloads/${BPN}-${PV}.tar.gz \ |
| 16 | file://0002-Remove-suffix-shared-from-shared-library-name.patch \ | 16 | file://0002-Remove-suffix-shared-from-shared-library-name.patch \ |
| 17 | file://0001-cmake-remove-build-flags.patch \ | 17 | file://0001-cmake-remove-build-flags.patch \ |
| 18 | " | 18 | " |
| 19 | SRC_URI[sha256sum] = "019ac451d9e1cf89c0482ba2a06f07a46166caf23f60fea5ef3c37724a318e03" | 19 | SRC_URI[sha256sum] = "e4defbac30f50d64e1556374aa49e574417c9e72c6b1de7a4ff88c4b1bea6e9b" |
| 20 | 20 | ||
| 21 | FILES:${PN} += "${libdir}/libhdf5.settings ${datadir}/*" | 21 | FILES:${PN} += "${libdir}/libhdf5.settings ${datadir}/*" |
| 22 | 22 | ||
