diff options
Diffstat (limited to 'recipes-graphics/userland/files/0009-fix-cmake-dependency-race.patch')
| -rw-r--r-- | recipes-graphics/userland/files/0009-fix-cmake-dependency-race.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-graphics/userland/files/0009-fix-cmake-dependency-race.patch b/recipes-graphics/userland/files/0009-fix-cmake-dependency-race.patch index 375b181..9e148ee 100644 --- a/recipes-graphics/userland/files/0009-fix-cmake-dependency-race.patch +++ b/recipes-graphics/userland/files/0009-fix-cmake-dependency-race.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From a4a31696bddb72f3bf58f6b5303816fd31081566 Mon Sep 17 00:00:00 2001 | 1 | From e14d2bfff42be64361a873e73674ce1205af3ee5 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Sat, 6 Feb 2016 13:12:47 -0800 | 3 | Date: Sat, 6 Feb 2016 13:12:47 -0800 |
| 4 | Subject: [PATCH 09/18] fix cmake dependency race | 4 | Subject: [PATCH 09/19] fix cmake dependency race |
| 5 | 5 | ||
| 6 | Fixes errors like | 6 | Fixes errors like |
| 7 | 7 | ||
| @@ -42,10 +42,10 @@ index 1d81ca3..d6cd415 100644 | |||
| 42 | add_library (vcos SHARED ${SOURCES}) | 42 | add_library (vcos SHARED ${SOURCES}) |
| 43 | target_link_libraries (vcos pthread dl rt) | 43 | target_link_libraries (vcos pthread dl rt) |
| 44 | diff --git a/interface/vmcs_host/CMakeLists.txt b/interface/vmcs_host/CMakeLists.txt | 44 | diff --git a/interface/vmcs_host/CMakeLists.txt b/interface/vmcs_host/CMakeLists.txt |
| 45 | index 6718215..c415176 100755 | 45 | index 55b6ace..ae52495 100755 |
| 46 | --- a/interface/vmcs_host/CMakeLists.txt | 46 | --- a/interface/vmcs_host/CMakeLists.txt |
| 47 | +++ b/interface/vmcs_host/CMakeLists.txt | 47 | +++ b/interface/vmcs_host/CMakeLists.txt |
| 48 | @@ -17,14 +17,6 @@ set(VCHOSTIF_SOURCE | 48 | @@ -15,14 +15,6 @@ set(VCHOSTIF_SOURCE |
| 49 | # ${VMCS_TARGET}/vmcs_main.c | 49 | # ${VMCS_TARGET}/vmcs_main.c |
| 50 | # vc_vchi_haud.c | 50 | # vc_vchi_haud.c |
| 51 | 51 | ||
| @@ -74,5 +74,5 @@ index f0bae30..8c44c58 100644 | |||
| 74 | struct wl_resource *resource; | 74 | struct wl_resource *resource; |
| 75 | struct wl_dispmanx *dispmanx; | 75 | struct wl_dispmanx *dispmanx; |
| 76 | -- | 76 | -- |
| 77 | 2.21.0 | 77 | 2.22.0 |
| 78 | 78 | ||
