summaryrefslogtreecommitdiffstats
path: root/external/meta-sdl/recipes-automotive/sdl-core/sdl-core/0003-disable-building-sdl-tools.patch
blob: b35ff2f41893bee56a42612792324e4893d0e926 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From ee30bad65787f1e86f9cb83538ef2b85f2125de5 Mon Sep 17 00:00:00 2001
From: Phong Tran <tranmanphong@gmail.com>
Date: Sun, 17 Jul 2016 12:25:52 +0700
Subject: [PATCH 03/10] disable building sdl tools

There is an issue of do_install(). The tools are shipped
to the wrong location.BTW There may not use of intergen now.

Signed-off-by: Phong Tran <tranmanphong@gmail.com>

%% original patch: 0003-disable-building-sdl-tools.patch
---
 CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 732b601..55cd32e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -408,7 +408,8 @@ endif()
 add_subdirectory(./src/3rd_party-static)
 
 # --- Tools
-add_subdirectory(./tools)
+# inactive building tools now
+#add_subdirectory(./tools)
 
 # --- Components
 add_subdirectory(./src/components)
-- 
2.7.4