diff options
author | Ruslan Bilovol <rbilovol@cisco.com> | 2019-02-07 13:00:01 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-02-07 10:06:29 -0800 |
commit | 2e0fd78621b05acb6df58adf910373a8814b70a1 (patch) | |
tree | dbf98a7d15c3c9f9a9a149e054cf1fa568914d48 /meta-python/recipes-devtools/python/python-jinja2.inc | |
parent | c245374fafbc4769e0c98ae18ac9ff71f9f14169 (diff) | |
download | meta-openembedded-2e0fd78621b05acb6df58adf910373a8814b70a1.tar.gz |
rapidjson: fix cmake artifacts installation for non-default BASELIB case
If BASELIB is set to non-default value (like lib64),
next 'installed but not shipped' issue happens:
/usr/lib
/usr/lib/cmake
/usr/lib/pkgconfig
/usr/lib/cmake/RapidJSON
/usr/lib/cmake/RapidJSON/RapidJSONConfigVersion.cmake
/usr/lib/cmake/RapidJSON/RapidJSONConfig.cmake
/usr/lib/pkgconfig/RapidJSON.pc
This is because rapidjson has library installation dir set
to 'lib' by default and hardcoded in another place.
Fix this by next changes:
- set appropriate LIB_INSTALL_DIR
- fix hardcoded 'lib' in CMAKECONFIG_INSTALL_DIR case
Signed-off-by: Ruslan Bilovol <rbilovol@cisco.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-jinja2.inc')
0 files changed, 0 insertions, 0 deletions