Re: [OE-core] [PATCH] cmake.bbclass: remove ${prefix} assignment

2015-11-16 Thread Stefan Herbrechtsmeier
Am 14.11.2015 um 02:24 schrieb Kevron Rees: CMAKE_INSTALL_PREFIX has a different semantic meaning than ${prefix}[1]. cmake treats CMAKE_INSTALL_PREFIX the same as the DESTDIR environment variable. CMAKE_INSTALL_PREFIX and DESTDIR are different and used together [1]: [...] install the

[OE-core] [PATCH] cmake.bbclass: remove ${prefix} assignment

2015-11-13 Thread Kevron Rees
CMAKE_INSTALL_PREFIX has a different semantic meaning than ${prefix}[1]. cmake treats CMAKE_INSTALL_PREFIX the same as the DESTDIR environment variable. Setting CMAKE_INSTALL_PREFIX to ${prefix} is inappropriate. This will likely break a lot of cmake recipes that have do_post_install hacks to