aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2019-03-13 13:56:41 +0800
committerKhem Raj <raj.khem@gmail.com>2019-03-14 07:24:03 -0700
commit02f05020534af3aae4bce693f44bdb6184c1679f (patch)
treefe0fc94933b62345d8e95a8958b5e58cac19e11b
parent059aa8962e55f473444e2238cbc0348839389082 (diff)
downloadmeta-openembedded-02f05020534af3aae4bce693f44bdb6184c1679f.tar.gz
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@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/hdf5/hdf5_1.8.19.bb1
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 = " \
-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"