summaryrefslogtreecommitdiff
path: root/strata/genivi
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-15 16:28:21 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-10-30 11:40:35 +0000
commit56b162eb288081bc32770df1ecddbc72ef2f52b2 (patch)
tree07ae78f70f0a7176d7811b7dc5181cf37e110e38 /strata/genivi
parent8cc75aafef7b74438b634ae5da22ad0b43601eb3 (diff)
downloaddefinitions-56b162eb288081bc32770df1ecddbc72ef2f52b2.tar.gz
persistence-client: Library is not called libpers_common.so.1
The maintainer says that we are supposed to modify that file anyway, although now he has provided a solution to auto-generate this file: http://git.projects.genivi.org/?p=persistence/persistence-client-library.git;a=commitdiff;h=6b208bfc268890360fcbd5cede70da5d2f9fb459 We will be able to drop this patch when we upgrade to a newer version. Signed-off-by: James Thomas <james.thomas@codethink.co.uk> Change-Id: I430e02a96d4415631a398dd00cc40b9bd1e037e8
Diffstat (limited to 'strata/genivi')
-rw-r--r--strata/genivi/persistence-client-library.morph6
1 files changed, 6 insertions, 0 deletions
diff --git a/strata/genivi/persistence-client-library.morph b/strata/genivi/persistence-client-library.morph
index 6ea6aef2..196572f2 100644
--- a/strata/genivi/persistence-client-library.morph
+++ b/strata/genivi/persistence-client-library.morph
@@ -2,5 +2,11 @@ name: persistence-client-library
kind: chunk
build-system: autotools
configure-commands:
+# Configure library name. We are supposed to change them in this version of
+# persistence-client-library.
+# The need of doing this has been fixed upstream in the following commit:
+# http://git.projects.genivi.org/?p=persistence/persistence-client-library.git;a=commitdiff;h=6b208bfc268890360fcbd5cede70da5d2f9fb459
+# Once we upgrade we can drop this `sed`
+- sed -i 's/libpers_common.so.1/libpers_common.so/' config/pclCustomLibConfigFile.cfg
- autoreconf -ivf
- ./configure --prefix="$PREFIX" --disable-werror