[oe-commits] [meta-openembedded] 01/04: hdf5: fix installed-vs-shipped QA WARNING

git at git.openembedded.org git at git.openembedded.org
Thu Mar 14 14:20:33 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit db265bb048186e45c275185f4bfed3ce158441c7
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Wed Mar 13 13:56:41 2019 +0800

    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 <hongxu.jia at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 ccef36c..fcbe9b0 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list