diff options
Diffstat (limited to 'recipes-graphics/userland/files/0011-build-shared-library-for-vchostif.patch')
-rw-r--r-- | recipes-graphics/userland/files/0011-build-shared-library-for-vchostif.patch | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/recipes-graphics/userland/files/0011-build-shared-library-for-vchostif.patch b/recipes-graphics/userland/files/0011-build-shared-library-for-vchostif.patch index 1e60751..6e2f658 100644 --- a/recipes-graphics/userland/files/0011-build-shared-library-for-vchostif.patch +++ b/recipes-graphics/userland/files/0011-build-shared-library-for-vchostif.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 407ab0ed315b4c7b49d1a1dd3777d5af8e0b7e66 Mon Sep 17 00:00:00 2001 | 1 | From 6172dbb6fd7cf821471d721569abe9a0de0d869d 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, 2 Apr 2016 10:37:24 -0700 | 3 | Date: Sat, 2 Apr 2016 10:37:24 -0700 |
4 | Subject: [PATCH 11/19] build shared library for vchostif | 4 | Subject: [PATCH] build shared library for vchostif |
5 | 5 | ||
6 | Fixes #149 | 6 | Fixes #149 |
7 | 7 | ||
@@ -11,7 +11,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
11 | 1 file changed, 1 insertion(+), 1 deletion(-) | 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
12 | 12 | ||
13 | diff --git a/interface/vmcs_host/CMakeLists.txt b/interface/vmcs_host/CMakeLists.txt | 13 | diff --git a/interface/vmcs_host/CMakeLists.txt b/interface/vmcs_host/CMakeLists.txt |
14 | index ae52495..369758b 100755 | 14 | index 16d3184..e54f046 100755 |
15 | --- a/interface/vmcs_host/CMakeLists.txt | 15 | --- a/interface/vmcs_host/CMakeLists.txt |
16 | +++ b/interface/vmcs_host/CMakeLists.txt | 16 | +++ b/interface/vmcs_host/CMakeLists.txt |
17 | @@ -15,7 +15,7 @@ set(VCHOSTIF_SOURCE | 17 | @@ -15,7 +15,7 @@ set(VCHOSTIF_SOURCE |
@@ -22,7 +22,4 @@ index ae52495..369758b 100755 | |||
22 | +add_library(vchostif SHARED ${VCHOSTIF_SOURCE}) | 22 | +add_library(vchostif SHARED ${VCHOSTIF_SOURCE}) |
23 | 23 | ||
24 | #add_library(bufman vc_vchi_bufman.c ) | 24 | #add_library(bufman vc_vchi_bufman.c ) |
25 | 25 | set(INSTALL_TARGETS vchostif) | |
26 | -- | ||
27 | 2.22.0 | ||
28 | |||