summaryrefslogtreecommitdiff
path: root/strata/genivi-smartdevicelink/smartdevicelink-web.morph
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-10-01 14:06:56 +0000
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-10-01 14:06:56 +0000
commit040709e3bc8d7cb6c304e6aa1db25a2809204143 (patch)
tree679d0cd932ad866414f3efb4cdeb970dd3965c2f /strata/genivi-smartdevicelink/smartdevicelink-web.morph
parent72c82353d5a93cd1b53116cd025b5d6f3c2e71a6 (diff)
downloaddefinitions-040709e3bc8d7cb6c304e6aa1db25a2809204143.tar.gz
More updates for SDL HMIbaserock/ps/kinnison-smartdevicelink
Diffstat (limited to 'strata/genivi-smartdevicelink/smartdevicelink-web.morph')
-rw-r--r--strata/genivi-smartdevicelink/smartdevicelink-web.morph5
1 files changed, 3 insertions, 2 deletions
diff --git a/strata/genivi-smartdevicelink/smartdevicelink-web.morph b/strata/genivi-smartdevicelink/smartdevicelink-web.morph
index 736f9ffc..99f0cadb 100644
--- a/strata/genivi-smartdevicelink/smartdevicelink-web.morph
+++ b/strata/genivi-smartdevicelink/smartdevicelink-web.morph
@@ -1,10 +1,11 @@
-name: smartdevicelink
+name: smartdevicelink-web
kind: chunk
configure-commands:
- - cmake -DCMAKE_INSTALL_PREFIX="$PREFIX/smartdevicelink-web" .
+ - cmake -DCMAKE_INSTALL_PREFIX="$PREFIX/smartdevicelink-web" -DEXTENDED_MEDIA_MODE=ON .
build-commands:
- make
install-commands:
- make install DESTDIR="$DESTDIR"
- rm -rf "$DESTDIR/$(pwd)"
+ - cp -a src/components/HMI "$DESTDIR/$PREFIX/smartdevicelink-web/"