diff options
author | Thomas Witt <Thomas.Witt@bmw.de> | 2016-08-22 16:27:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-23 17:44:18 +0100 |
commit | c03b32bd71dbe04f2f239556fea0b53215e403d7 (patch) | |
tree | b17807012a26fedaf31bfa337a19d89731f3f3c8 /meta/recipes-graphics | |
parent | 4b695379dcf378e8d77deaf7e558e8cbd314683c (diff) | |
download | openembedded-core-c03b32bd71dbe04f2f239556fea0b53215e403d7.tar.gz openembedded-core-c03b32bd71dbe04f2f239556fea0b53215e403d7.tar.bz2 openembedded-core-c03b32bd71dbe04f2f239556fea0b53215e403d7.zip |
cmake.bbclass: call cmake with a relative path
CMake wants a relative path for CMAKE_INSTALL_*DIR, an absolute path
breaks cross-compilation. This fact is documented in the following
ticket: https://cmake.org/Bug/view.php?id=14367
$sysconfdir and $localstatedir are not relative to $prefix, so they are
still set as absolute paths. With his change ${PROJECT}Targets.cmake
that are generated by cmakes "export" function will contain relative
paths instead of absolute ones.
Signed-off-by: Thomas Witt <Thomas.Witt@bmw.de>
Signed-off-by: Clemens Lang <clemens.lang@bmw-carit.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
0 files changed, 0 insertions, 0 deletions