summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-06 11:11:10 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-06 12:28:18 +0000
commit7b6512340fa31b02a497e32a6c9b8b8c52aa49fe (patch)
treeb3323c51c69c4cde4cbc71ccda7a11c06abd7e8e
parent797163858d3bac0aae11faccc250d6e48468b5ca (diff)
downloaddefinitions-7b6512340fa31b02a497e32a6c9b8b8c52aa49fe.tar.gz
Install systemd units in DLT-daemonbaserock/pedroalvarez/genivi-jupiter2
-rw-r--r--strata/genivi.morph1
-rw-r--r--strata/genivi/DLT-daemon.morph5
2 files changed, 6 insertions, 0 deletions
diff --git a/strata/genivi.morph b/strata/genivi.morph
index bc03de45..ef8d670b 100644
--- a/strata/genivi.morph
+++ b/strata/genivi.morph
@@ -12,6 +12,7 @@ chunks:
unpetrify-ref: baserock/genivi/morph
build-depends: []
- name: DLT-daemon
+ morph: strata/genivi/DLT-daemon.morph
repo: upstream:DLT-daemon
ref: 8b48e73f79b4463393916e4c6696917e3dedd026
unpetrify-ref: v2.10.0
diff --git a/strata/genivi/DLT-daemon.morph b/strata/genivi/DLT-daemon.morph
new file mode 100644
index 00000000..e22e31e3
--- /dev/null
+++ b/strata/genivi/DLT-daemon.morph
@@ -0,0 +1,5 @@
+name: DLT-deamon
+kind: chunk
+build-system: cmake
+configure-commands:
+- cmake -DCMAKE_INSTALL_PREFIX="$PREFIX" -DWITH_SYSTEMD=ON