summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-03-11 16:41:32 +0000
committerJavier Jardón <jjardon@gnome.org>2016-03-12 20:31:07 +0000
commit152a36a40486313a08f8d328d7b89cd1d6c079c8 (patch)
treef3b8bf98fe588043f8ff249c9696ce6cbc576242 /strata
parent78e75e303a8d599907563f54f17bd10cad073aeb (diff)
downloaddefinitions-152a36a40486313a08f8d328d7b89cd1d6c079c8.tar.gz
Upgrade to persitence-client-library v1.1.0
The morphology file is not needed since these patches are included in this version: - http://git.projects.genivi.org/?p=persistence/persistence-client-library.git;a=commit;h=5fac47c728183c4dfee12524348240a07e5ef05c - http://git.projects.genivi.org/?p=persistence/persistence-client-library.git;a=commit;h=6b208bfc268890360fcbd5cede70da5d2f9fb459 Change-Id: I58f049624e5e2cdb9649242d9b5884f696e56b71
Diffstat (limited to 'strata')
-rw-r--r--strata/genivi.morph6
-rw-r--r--strata/genivi/persistence-client-library.morph12
2 files changed, 3 insertions, 15 deletions
diff --git a/strata/genivi.morph b/strata/genivi.morph
index 7eff88c6..0195de87 100644
--- a/strata/genivi.morph
+++ b/strata/genivi.morph
@@ -71,10 +71,10 @@ chunks:
- itzam-tarball
- DLT-daemon
- name: persistence-client-library
- morph: strata/genivi/persistence-client-library.morph
repo: upstream:genivi/persistence-client-library
- ref: 39c68df2a9ee0b089212855f64a61fbd671b1a80
- unpetrify-ref: baserock/v1.0.0
+ ref: 4b503da99c6b04ad21a197dafe6e7243187c7c7e
+ unpetrify-ref: v1.1.0
+ build-system: autotools
build-depends:
- persistence-common-object
- DLT-daemon
diff --git a/strata/genivi/persistence-client-library.morph b/strata/genivi/persistence-client-library.morph
deleted file mode 100644
index 196572f2..00000000
--- a/strata/genivi/persistence-client-library.morph
+++ /dev/null
@@ -1,12 +0,0 @@
-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