summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/userland/files/0011-build-shared-library-for-vchostif.patch
diff options
context:
space:
mode:
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.patch11
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 @@
1From 407ab0ed315b4c7b49d1a1dd3777d5af8e0b7e66 Mon Sep 17 00:00:00 2001 1From 6172dbb6fd7cf821471d721569abe9a0de0d869d Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 2 Apr 2016 10:37:24 -0700 3Date: Sat, 2 Apr 2016 10:37:24 -0700
4Subject: [PATCH 11/19] build shared library for vchostif 4Subject: [PATCH] build shared library for vchostif
5 5
6Fixes #149 6Fixes #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
13diff --git a/interface/vmcs_host/CMakeLists.txt b/interface/vmcs_host/CMakeLists.txt 13diff --git a/interface/vmcs_host/CMakeLists.txt b/interface/vmcs_host/CMakeLists.txt
14index ae52495..369758b 100755 14index 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--
272.22.0
28