summaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-extended/persistence-client-library/persistence-client-library
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi/recipes-extended/persistence-client-library/persistence-client-library')
-rw-r--r--meta-ivi/recipes-extended/persistence-client-library/persistence-client-library/0001-fix-exec-path.patch26
-rw-r--r--meta-ivi/recipes-extended/persistence-client-library/persistence-client-library/0001-load-correct-version-of-libpers_common.patch29
2 files changed, 55 insertions, 0 deletions
diff --git a/meta-ivi/recipes-extended/persistence-client-library/persistence-client-library/0001-fix-exec-path.patch b/meta-ivi/recipes-extended/persistence-client-library/persistence-client-library/0001-fix-exec-path.patch
new file mode 100644
index 0000000..45ca6cd
--- /dev/null
+++ b/meta-ivi/recipes-extended/persistence-client-library/persistence-client-library/0001-fix-exec-path.patch
@@ -0,0 +1,26 @@
+From f658846d8bf13f00e2d39b951f7811d2a6fa1f51 Mon Sep 17 00:00:00 2001
+From: Yong-iL Joh <yong-il.joh@windriver.com>
+Date: Tue, 23 Feb 2016 20:38:13 +0900
+Subject: [PATCH] fix exec path
+
+Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
+---
+ test/persistence_client_library_test.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/test/persistence_client_library_test.c b/test/persistence_client_library_test.c
+index 7382ab4..fd92be1 100644
+--- a/test/persistence_client_library_test.c
++++ b/test/persistence_client_library_test.c
+@@ -1578,7 +1578,7 @@ END_TEST
+ START_TEST(test_PAS_DbusInterface)
+ {
+ // let the administration servis generate a message to the PCL
+- if(system("/usr/local/bin/persadmin_tool export /tmp/myBackup 0") == -1)
++ if(system("/usr/bin/persadmin_tool export /tmp/myBackup 0") == -1)
+ {
+ printf("Failed to execute command -> admin service!!\n");
+ }
+--
+1.9.1
+
diff --git a/meta-ivi/recipes-extended/persistence-client-library/persistence-client-library/0001-load-correct-version-of-libpers_common.patch b/meta-ivi/recipes-extended/persistence-client-library/persistence-client-library/0001-load-correct-version-of-libpers_common.patch
new file mode 100644
index 0000000..5bf6aae
--- /dev/null
+++ b/meta-ivi/recipes-extended/persistence-client-library/persistence-client-library/0001-load-correct-version-of-libpers_common.patch
@@ -0,0 +1,29 @@
+From 58c25a1bee0e65aa273af3958675b9db398851ee Mon Sep 17 00:00:00 2001
+From: Igor Socec <igor.socec@pelagicore.com>
+Date: Thu, 25 Feb 2016 09:52:15 +0100
+Subject: [PATCH] load correct version of libpers_common
+
+Signed-off-by: Igor Socec <igor.socec@pelagicore.com>
+---
+ config/pclCustomLibConfigFile.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/config/pclCustomLibConfigFile.cfg b/config/pclCustomLibConfigFile.cfg
+index fe95ea0..f8e0877 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.0 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
+