aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/bcm27xx-userland/patches
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2020-02-28 19:30:16 +0100
committerÁlvaro Fernández Rojas <noltari@gmail.com>2020-02-28 19:30:16 +0100
commit49737c359c05710e587fd08f9c3565d75cd247c1 (patch)
tree60f370567011fffb613b2d933299f78dae8e8833 /package/utils/bcm27xx-userland/patches
parent0b7ad6f7f061e0cd7a3f267b23d411cc2bd44e00 (diff)
downloadupstream-49737c359c05710e587fd08f9c3565d75cd247c1.tar.gz
upstream-49737c359c05710e587fd08f9c3565d75cd247c1.tar.bz2
upstream-49737c359c05710e587fd08f9c3565d75cd247c1.zip
bcm27xx-userland: update to latest version
Remove upstream cmake fix. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'package/utils/bcm27xx-userland/patches')
-rw-r--r--package/utils/bcm27xx-userland/patches/001-interface-vcms_host-cmake-fixes.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/utils/bcm27xx-userland/patches/001-interface-vcms_host-cmake-fixes.patch b/package/utils/bcm27xx-userland/patches/001-interface-vcms_host-cmake-fixes.patch
deleted file mode 100644
index cb73512af9..0000000000
--- a/package/utils/bcm27xx-userland/patches/001-interface-vcms_host-cmake-fixes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/interface/vmcs_host/CMakeLists.txt
-+++ b/interface/vmcs_host/CMakeLists.txt
-@@ -24,7 +24,7 @@ if(NOT ARM64)
-
- # ILCS pulls in EGL for the ILCS/EGL surface API support
- target_link_libraries(vcilcs brcmEGL brcmGLESv2 khrn_client vchiq_arm vcos)
-- set(INSTALL_TARGETS "${INSTALL_TARGETS} vcilcs")
-+ set(INSTALL_TARGETS ${INSTALL_TARGETS} vcilcs)
- endif()
-
- # vchostif needs ilcore as well (vmcs_main pulls it in)