1From c8d2c332da2a03ed80d62628bbf54187a66f49b6 Mon Sep 17 00:00:00 2001
2From: "Yann E. MORIN" <yann.morin.1998@free.fr>
3Date: Fri, 24 Jul 2015 20:20:33 +0200
4Subject: [PATCH] host-applications: disable missing applications
5
6Those applications are missing from the public rpi-firmware package, so
7do not even try to build them.
8
9Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
10
11[Rebased for rpi-userland-a1b89e91f393c7134b4cdc36431f863bb3333163]
12Signed-off-by: Peter Seiderer <ps.report@gmx.net>
13---
14 host_applications/linux/CMakeLists.txt | 3 ---
15 1 file changed, 3 deletions(-)
16
17diff --git a/host_applications/linux/CMakeLists.txt b/host_applications/linux/CMakeLists.txt
18index 5a648e7..83bb66e 100644
19--- a/host_applications/linux/CMakeLists.txt
20+++ b/host_applications/linux/CMakeLists.txt
21@@ -12,10 +12,7 @@ add_subdirectory(apps/dtoverlay)
22 add_subdirectory(apps/dtmerge)
23
24 if(ALL_APPS)
25- add_subdirectory(apps/vcdbg)
26- add_subdirectory(libs/elftoolchain)
27  # add_subdirectory(apps/smct)
28- add_subdirectory(apps/edid_parser)
29  add_subdirectory(apps/hello_pi)
30 endif()
31
32--
332.8.1
34
35