0004-host-applications-disable-missing-applications.patch 1.1 KB

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