summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-03-10 09:35:13 +0000
committerBaserock Gerrit <gerrit@baserock.org>2016-03-12 16:46:15 +0000
commitfe518eb9534b2ae4c81197dd729311bf1e8fbda8 (patch)
tree580b5aea1f454c590932a75fb945d8baf1e3b8c7
parentb145582aa7213f27b130874dadeeb9303b79b88b (diff)
downloaddefinitions-fe518eb9534b2ae4c81197dd729311bf1e8fbda8.tar.gz
Upgrade DLT-daemon to v2.15.0
Change-Id: I774dd7efd74328f29c370a4e1a72280149f5ab24
-rw-r--r--strata/genivi.morph4
-rw-r--r--strata/genivi/DLT-daemon.morph4
2 files changed, 5 insertions, 3 deletions
diff --git a/strata/genivi.morph b/strata/genivi.morph
index f33394f8..5920f60d 100644
--- a/strata/genivi.morph
+++ b/strata/genivi.morph
@@ -13,8 +13,8 @@ chunks:
- name: DLT-daemon
morph: strata/genivi/DLT-daemon.morph
repo: upstream:DLT-daemon
- ref: 8b48e73f79b4463393916e4c6696917e3dedd026
- unpetrify-ref: v2.10.0
+ ref: e9a486a08fff6d3cc7133a350cec3ee10f463207
+ unpetrify-ref: v2.15.0
- name: node-startup-controller
morph: strata/genivi/node-startup-controller.morph
repo: upstream:node-startup-controller
diff --git a/strata/genivi/DLT-daemon.morph b/strata/genivi/DLT-daemon.morph
index d16c42ea..19ffd3b5 100644
--- a/strata/genivi/DLT-daemon.morph
+++ b/strata/genivi/DLT-daemon.morph
@@ -2,4 +2,6 @@ name: DLT-daemon
kind: chunk
build-system: cmake
configure-commands:
-- cmake -DCMAKE_INSTALL_PREFIX="$PREFIX" -DWITH_SYSTEMD=ON
+- cmake -DCMAKE_INSTALL_PREFIX="$PREFIX"
+ -DCMAKE_INSTALL_LIBDIR="$PREFIX/lib"
+ -DWITH_SYSTEMD=ON