summaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-extended/persistence-client-library/persistence-client-library/0001-libpers_common.so-extension-fix-for-EGL.patch
blob: a01a3ae021032812850193aa81e1418de1cd6857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 6cf2b01cb7475e06f44fb5db6352156f7384aa5b Mon Sep 17 00:00:00 2001
From: Tom Pollard <tom.pollard@codethink.co.uk>
Date: Tue, 1 Dec 2015 14:01:32 +0000
Subject: [PATCH 1/1] libpers_common.so extension fix for EGL

---
 config/pclCustomLibConfigFile.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/pclCustomLibConfigFile.cfg b/config/pclCustomLibConfigFile.cfg
index fe95ea0..305cb7c 100644
--- a/config/pclCustomLibConfigFile.cfg
+++ b/config/pclCustomLibConfigFile.cfg
@@ -1,8 +1,8 @@
 hwinfo /usr/lib/libhwinfoperscustom.so init async
 secure /usr/lib/libsecureperscustom.so od sync
 custom3 /usr/lib/libcustom3perscustom.so init sync
-default /usr/lib/libpers_common.so.1 init sync
+default /usr/lib/libpers_common.so init sync
 emergency /usr/lib/libemergencyperscustom.so od async
 early /usr/lib/libearlyperscustom.so od sync
 anInvalidEntry /wrongPath/wrongLib do cnys
-custom2 /usr/lib/libcustom2perscustom.so init sync
\ No newline at end of file
+custom2 /usr/lib/libcustom2perscustom.so init sync
-- 
2.1.4