summaryrefslogtreecommitdiffstats
path: root/external/meta-sdl/recipes-automotive/sdl-core/sdl-core/0003-disable-building-sdl-tools.patch
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/meta-sdl/recipes-automotive/sdl-core/sdl-core/0003-disable-building-sdl-tools.patch
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
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
-