summaryrefslogtreecommitdiff
path: root/strata/genivi-smartdevicelink/smartdevicelink.morph
blob: 06dc032f9e687aa5581b8c5bf6497cd1f7237dd5 (plain)
1
2
3
4
5
6
7
8
9
10
name: smartdevicelink
kind: chunk

configure-commands:
    - cmake -D HMI2=ON -DCMAKE_INSTALL_PREFIX="$PREFIX/smartdevicelink" .
build-commands:
    - make
install-commands:
    - make install DESTDIR="$DESTDIR"
    - rm -rf "$DESTDIR/$(pwd)"