summaryrefslogtreecommitdiffstats
path: root/external/meta-sdl/recipes-automotive/sdl-core/sdl-core/0003-disable-building-sdl-tools.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-sdl/recipes-automotive/sdl-core/sdl-core/0003-disable-building-sdl-tools.patch')
-rw-r--r--external/meta-sdl/recipes-automotive/sdl-core/sdl-core/0003-disable-building-sdl-tools.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/external/meta-sdl/recipes-automotive/sdl-core/sdl-core/0003-disable-building-sdl-tools.patch b/external/meta-sdl/recipes-automotive/sdl-core/sdl-core/0003-disable-building-sdl-tools.patch
deleted file mode 100644
index b35ff2f4..00000000
--- a/external/meta-sdl/recipes-automotive/sdl-core/sdl-core/0003-disable-building-sdl-tools.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-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
-