summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--genivi/strata/genivi-demo-platform/audiomanager@gdp.morph5
1 files changed, 4 insertions, 1 deletions
diff --git a/genivi/strata/genivi-demo-platform/audiomanager@gdp.morph b/genivi/strata/genivi-demo-platform/audiomanager@gdp.morph
index 1522f3e6..d5e4684a 100644
--- a/genivi/strata/genivi-demo-platform/audiomanager@gdp.morph
+++ b/genivi/strata/genivi-demo-platform/audiomanager@gdp.morph
@@ -2,7 +2,8 @@ name: audiomanager@gdp
kind: chunk
configure-commands:
- |
- cmake -DWITH_PULSE_ROUTING_PLUGIN=ON \
+ cmake -DUSE_BUILD_LIBS=OFF \
+ -DWITH_PULSE_ROUTING_PLUGIN=ON \
-DWITH_PULSE_CONTROL_PLUGIN=ON \
-DWITH_ENABLED_IPC=DBUS \
-DWITH_DATABASE_STORAGE=OFF \
@@ -12,4 +13,6 @@ build-commands:
- make
install-commands:
- make DESTDIR="$DESTDIR" install
+# BuildStream builds break if files are installed to /tmp -- the element
+# itself builds fine, but subsequent builds do not.
- rm -R "$DESTDIR"/tmp/*