From 56b162eb288081bc32770df1ecddbc72ef2f52b2 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 15 Oct 2015 16:28:21 +0000 Subject: 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 Change-Id: I430e02a96d4415631a398dd00cc40b9bd1e037e8 --- strata/genivi/persistence-client-library.morph | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.1