summaryrefslogtreecommitdiff
path: root/DLT-daemon.morph
blob: 10415a8d3102e06fd6b78557b09d3d8c5e1a1e7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
     ]
}