summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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