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:42 +0100 |
commit | 7afa09db2e10896c8da91f7d19a569b13e34a7b7 (patch) | |
tree | 029e0831baf3443451c6477e9705eb4e54263932 /meta/recipes-devtools/tcltk | |
parent | 5a3947cce1289c72313364f803751e8db30430be (diff) | |
download | poky-7afa09db2e10896c8da91f7d19a569b13e34a7b7.tar.gz |
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.
(From OE-Core rev: c03b32bd71dbe04f2f239556fea0b53215e403d7)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcltk')
0 files changed, 0 insertions, 0 deletions