From 02f05020534af3aae4bce693f44bdb6184c1679f Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Wed, 13 Mar 2019 13:56:41 +0800 Subject: hdf5: fix installed-vs-shipped QA WARNING While baselib = 'lib64', there is a installed-vs-shipped QA WARNING ... WARNING: QA Issue: hdf5: Files/directories were installed but not shipped in any package: /usr/lib/libhdf5_hl_cpp.so.1.8.19 /usr/lib/libhdf5.so ... Set variable HDF5_INSTALL_LIB_DIR to replace hardcode `lib'. Signed-off-by: Hongxu Jia Signed-off-by: Khem Raj --- meta-oe/recipes-support/hdf5/hdf5_1.8.19.bb | 1 + 1 file changed, 1 insertion(+) 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 = " \ -DH5_NO_ALIGNMENT_RESTRICTIONS_RUN=0 \ -DH5_NO_ALIGNMENT_RESTRICTIONS_RUN__TRYRUN_OUTPUT= \ -DCMAKE_INSTALL_PREFIX='${prefix}' \ + -DHDF5_INSTALL_LIB_DIR='${baselib}' \ " do_unpack[postfuncs] += "gen_hd5file" -- cgit 1.2.3-korg