summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2015-04-02 12:56:44 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2015-04-02 12:56:44 +0000
commit8e6e2f5e771800a142a0c38be6bcb0151642bec6 (patch)
treed80b8fec42dd87e4f4700b531492bb93a5bb38ab
parent48d9c2a16d3093d238587b48bc9b87a7f1d305d6 (diff)
downloaddefinitions-8e6e2f5e771800a142a0c38be6bcb0151642bec6.tar.gz
Remove enlightenment from genivi demo platform
-rw-r--r--strata/genivi-demo-platform.morph1
-rw-r--r--strata/genivi-demo-platform/dbus-c++.morph3
2 files changed, 3 insertions, 1 deletions
diff --git a/strata/genivi-demo-platform.morph b/strata/genivi-demo-platform.morph
index e414b56a..67b6dad5 100644
--- a/strata/genivi-demo-platform.morph
+++ b/strata/genivi-demo-platform.morph
@@ -6,7 +6,6 @@ build-depends:
- morph: strata/qt5-tools.morph
- morph: strata/qt5-tools-qtmultimedia.morph
- morph: strata/qt5-tools-qtwebkit.morph
-- morph: strata/enlightenment.morph
chunks:
- name: mm-common
morph: strata/genivi-demo-platform/mm-common.morph
diff --git a/strata/genivi-demo-platform/dbus-c++.morph b/strata/genivi-demo-platform/dbus-c++.morph
index c66f9432..ec8beef3 100644
--- a/strata/genivi-demo-platform/dbus-c++.morph
+++ b/strata/genivi-demo-platform/dbus-c++.morph
@@ -2,5 +2,8 @@ name: dbus-c++
kind: chunk
description: libdbus-c++ and dbusxx-xml2cpp tool
build-system: autotools
+configure-commands:
+- autoreconf -ivf
+- ./configure --prefix=$PREFIX --disable-ecore
post-install-commands:
- install tools/dbusxx-xml2cpp "$DESTDIR/$PREFIX"/bin/dbusxx-xml2cpp