summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2012-11-05 16:09:41 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2012-11-05 16:09:41 +0000
commitc7a7ba22bd4e1da50d1bb9d61ad6287894794c17 (patch)
treec62364dbe7746e86b4037f0b17054e63bcdf4439
parent0a412d335d16825fd547f2eb99e2d9f2514b0e3b (diff)
downloadDLT-daemon-baserock/morphs.tar.gz
Add morphologybaserock/morphs
-rw-r--r--DLT-daemon.morph16
1 files changed, 16 insertions, 0 deletions
diff --git a/DLT-daemon.morph b/DLT-daemon.morph
new file mode 100644
index 0000000..10415a8
--- /dev/null
+++ b/DLT-daemon.morph
@@ -0,0 +1,16 @@
+{
+ "name": "DLT-daemon",
+ "description": "This component provides a log and trace interface for the GENIVI components",
+ "kind": "chunk",
+ "configure-commands": [
+ "mkdir build",
+ "cd build && cmake .."
+ ],
+ "build-commands": [
+ "cd build && make"
+ ],
+ "install-commands": [
+ "cd build && make install_root=\"$DESTDIR\" install"
+ ]
+}
+