summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch')
-rw-r--r--meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch13
1 files changed, 5 insertions, 8 deletions
diff --git a/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch b/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch
index cdeea647fe..3720833d3e 100644
--- a/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch
+++ b/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch
@@ -1,9 +1,8 @@
1From 71085723f8028b3e1c4029fc1abe1243ac49ffc6 Mon Sep 17 00:00:00 2001 1From 1e67c3fe52c6c51c00cf1ebb0bfc30c7a5ef9fdb Mon Sep 17 00:00:00 2001
2From: Cody P Schafer <dev@codyps.com> 2From: Cody P Schafer <dev@codyps.com>
3Date: Thu, 27 Apr 2017 11:35:05 -0400 3Date: Thu, 27 Apr 2017 11:35:05 -0400
4Subject: [PATCH 1/5] CMakeDetermineSystem: use oe environment vars to load 4Subject: [PATCH] CMakeDetermineSystem: use oe environment vars to load default
5 default toolchain file in sdk 5 toolchain file in sdk
6Organization: O.S. Systems Software LTDA.
7 6
8Passing the toolchain by: 7Passing the toolchain by:
9 8
@@ -20,12 +19,13 @@ because '-D' options are cache entries themselves.
20Upstream-Status: Inappropriate [oe-core specific] 19Upstream-Status: Inappropriate [oe-core specific]
21Signed-off-by: Cody P Schafer <dev@codyps.com> 20Signed-off-by: Cody P Schafer <dev@codyps.com>
22Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> 21Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
22
23--- 23---
24 Modules/CMakeDetermineSystem.cmake | 7 +++++++ 24 Modules/CMakeDetermineSystem.cmake | 7 +++++++
25 1 file changed, 7 insertions(+) 25 1 file changed, 7 insertions(+)
26 26
27diff --git a/Modules/CMakeDetermineSystem.cmake b/Modules/CMakeDetermineSystem.cmake 27diff --git a/Modules/CMakeDetermineSystem.cmake b/Modules/CMakeDetermineSystem.cmake
28index 600d5580e..32d7f1945 100644 28index dc208c6..e0af4ca 100644
29--- a/Modules/CMakeDetermineSystem.cmake 29--- a/Modules/CMakeDetermineSystem.cmake
30+++ b/Modules/CMakeDetermineSystem.cmake 30+++ b/Modules/CMakeDetermineSystem.cmake
31@@ -81,6 +81,13 @@ else() 31@@ -81,6 +81,13 @@ else()
@@ -42,6 +42,3 @@ index 600d5580e..32d7f1945 100644
42 # if a toolchain file is used, the user wants to cross compile. 42 # if a toolchain file is used, the user wants to cross compile.
43 # in this case read the toolchain file and keep the CMAKE_HOST_SYSTEM_* 43 # in this case read the toolchain file and keep the CMAKE_HOST_SYSTEM_*
44 # variables around so they can be used in CMakeLists.txt. 44 # variables around so they can be used in CMakeLists.txt.
45--
462.18.0
47