From: Richard Purdie Date: Sat, 7 Sep 2013 22:25:14 +0000 (+0100) Subject: cmake: set system name correctly X-Git-Tag: 2015-4~5246 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=57be84259f0885865c85d7bac350979430b956b5;p=openembedded-core.git cmake: set system name correctly For unknown reasons, the cmake class is using SDK_OS as the target system OS. This makes no sense but only shows up as a problem when you try a different SDK OS. Fix it to use TARGET_OS which is the correct thing to do. For the vast majority of users this will make no difference. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass index 8e579a7f9e..1e72371e76 100644 --- a/meta/classes/cmake.bbclass +++ b/meta/classes/cmake.bbclass @@ -35,7 +35,7 @@ cmake_do_generate_toolchain_file() { cat > ${WORKDIR}/toolchain.cmake <