diff options
author | Peter Seiderer <ps.report@gmx.net> | 2016-09-22 23:47:12 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-09-23 07:59:58 +0200 |
commit | 9cc1da8f5a03baf1f1c6fc791051cadeb19765da (patch) | |
tree | 319e9cb332d6986b7083ffb370c289aeb0d22244 /package/rpi-userland/0004-host-applications-disable-missing-applications.patch | |
parent | b365edad4e75126fb9bfee2325652758407e4f74 (diff) | |
download | buildroot-9cc1da8f5a03baf1f1c6fc791051cadeb19765da.tar.gz buildroot-9cc1da8f5a03baf1f1c6fc791051cadeb19765da.zip |
rpi-userland: bump version
- rebased patches (using git) to fix patch conflicts
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/rpi-userland/0004-host-applications-disable-missing-applications.patch')
-rw-r--r-- | package/rpi-userland/0004-host-applications-disable-missing-applications.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/package/rpi-userland/0004-host-applications-disable-missing-applications.patch b/package/rpi-userland/0004-host-applications-disable-missing-applications.patch new file mode 100644 index 0000000000..08039123a4 --- /dev/null +++ b/package/rpi-userland/0004-host-applications-disable-missing-applications.patch @@ -0,0 +1,34 @@ +From c8d2c332da2a03ed80d62628bbf54187a66f49b6 Mon Sep 17 00:00:00 2001 +From: "Yann E. MORIN" <yann.morin.1998@free.fr> +Date: Fri, 24 Jul 2015 20:20:33 +0200 +Subject: [PATCH] host-applications: disable missing applications + +Those applications are missing from the public rpi-firmware package, so +do not even try to build them. + +Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> + +[Rebased for rpi-userland-a1b89e91f393c7134b4cdc36431f863bb3333163] +Signed-off-by: Peter Seiderer <ps.report@gmx.net> +--- + host_applications/linux/CMakeLists.txt | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/host_applications/linux/CMakeLists.txt b/host_applications/linux/CMakeLists.txt +index 5a648e7..83bb66e 100644 +--- a/host_applications/linux/CMakeLists.txt ++++ b/host_applications/linux/CMakeLists.txt +@@ -12,10 +12,7 @@ add_subdirectory(apps/dtoverlay) + add_subdirectory(apps/dtmerge) + + if(ALL_APPS) +- add_subdirectory(apps/vcdbg) +- add_subdirectory(libs/elftoolchain) + # add_subdirectory(apps/smct) +- add_subdirectory(apps/edid_parser) + add_subdirectory(apps/hello_pi) + endif() + +-- +2.8.1 + |