mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
059aa8962e
commit
02f0502053
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user