diff options
-rw-r--r-- | meta-oe/recipes-support/hdf5/hdf5_1.8.19.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/hdf5/hdf5_1.8.19.bb b/meta-oe/recipes-support/hdf5/hdf5_1.8.19.bb index ccef36c86a..fcbe9b0d62 100644 --- a/meta-oe/recipes-support/hdf5/hdf5_1.8.19.bb +++ b/meta-oe/recipes-support/hdf5/hdf5_1.8.19.bb | |||
@@ -38,6 +38,7 @@ EXTRA_OECMAKE = " \ | |||
38 | -DH5_NO_ALIGNMENT_RESTRICTIONS_RUN=0 \ | 38 | -DH5_NO_ALIGNMENT_RESTRICTIONS_RUN=0 \ |
39 | -DH5_NO_ALIGNMENT_RESTRICTIONS_RUN__TRYRUN_OUTPUT= \ | 39 | -DH5_NO_ALIGNMENT_RESTRICTIONS_RUN__TRYRUN_OUTPUT= \ |
40 | -DCMAKE_INSTALL_PREFIX='${prefix}' \ | 40 | -DCMAKE_INSTALL_PREFIX='${prefix}' \ |
41 | -DHDF5_INSTALL_LIB_DIR='${baselib}' \ | ||
41 | " | 42 | " |
42 | 43 | ||
43 | do_unpack[postfuncs] += "gen_hd5file" | 44 | do_unpack[postfuncs] += "gen_hd5file" |