diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2019-03-13 13:56:41 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-14 07:24:03 -0700 |
commit | 02f05020534af3aae4bce693f44bdb6184c1679f (patch) | |
tree | fe0fc94933b62345d8e95a8958b5e58cac19e11b | |
parent | 059aa8962e55f473444e2238cbc0348839389082 (diff) | |
download | meta-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.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 ccef36c86..fcbe9b0d6 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" |