summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2015-04-17 16:58:23 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2015-04-17 16:58:23 +0000
commitf32ac36ad53032eb6bc12040e4997f9340fdf7db (patch)
treefa013f13a8798d209f5e0b58914692edf265f343
parent2db6ca095b41f9dd62bcae4591a87d53343ccab8 (diff)
downloaddefinitions-f32ac36ad53032eb6bc12040e4997f9340fdf7db.tar.gz
Fix GDP HMI
-rw-r--r--strata/genivi-demo-platform/genivi-demo-platform-hmi.morph18
1 files changed, 17 insertions, 1 deletions
diff --git a/strata/genivi-demo-platform/genivi-demo-platform-hmi.morph b/strata/genivi-demo-platform/genivi-demo-platform-hmi.morph
index f57aa642..66d2c4f1 100644
--- a/strata/genivi-demo-platform/genivi-demo-platform-hmi.morph
+++ b/strata/genivi-demo-platform/genivi-demo-platform-hmi.morph
@@ -1,6 +1,5 @@
name: genivi-demo-platform-hmi
kind: chunk
-build-system: autotools
pre-configure-commands:
- |
git apply - << "EOF"
@@ -22,3 +21,20 @@ pre-configure-commands:
WAYLAND_PREFIX=`$PKG_CONFIG --variable=prefix wayland-client`
EOF
+configure-commands:
+- autoreconf -vfi && ./configure --prefix=$PREFIX
+- cd app/gdp-hmi-background && qmake -r gdp-hmi-background.pro
+- cd app/gdp-hmi-launcher && qmake -r gdp-hmi-launcher.pro
+- cd app/gdp-hmi-panel && qmake -r gdp-hmi-panel.pro
+build-commands:
+- make
+- cd app/gdp-hmi-background && make
+- cd app/gdp-hmi-launcher && make
+- cd app/gdp-hmi-panel && make
+install-commands:
+- make DESTDIR=$DESTDIR install
+- cd app/gdp-hmi-background && make INSTALL_ROOT=$DESTDIR install
+- cd app/gdp-hmi-launcher && make INSTALL_ROOT=$DESTDIR install
+- cd app/gdp-hmi-panel && make INSTALL_ROOT=$DESTDIR install
+- mkdir -p $DESTDIR/usr/share/gdp
+- cp -a app/*/assets/* $DESTDIR/usr/share/gdp/