summaryrefslogtreecommitdiff
path: root/genivi/strata/genivi-demo-platform/audiomanager@gdp.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:39:48 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:23 +0000
commit7df7f3b427739ff7d69da2ba218da0124822892c (patch)
tree843c75e9bede53862ab101d6a7bcd1da15a33c55 /genivi/strata/genivi-demo-platform/audiomanager@gdp.morph
parent7aad5150f69da42b84994c353283db5daf8e967f (diff)
downloaddefinitions-7df7f3b427739ff7d69da2ba218da0124822892c.tar.gz
Remove all .morph files and files from the old format
Diffstat (limited to 'genivi/strata/genivi-demo-platform/audiomanager@gdp.morph')
-rw-r--r--genivi/strata/genivi-demo-platform/audiomanager@gdp.morph18
1 files changed, 0 insertions, 18 deletions
diff --git a/genivi/strata/genivi-demo-platform/audiomanager@gdp.morph b/genivi/strata/genivi-demo-platform/audiomanager@gdp.morph
deleted file mode 100644
index d5e4684a..00000000
--- a/genivi/strata/genivi-demo-platform/audiomanager@gdp.morph
+++ /dev/null
@@ -1,18 +0,0 @@
-name: audiomanager@gdp
-kind: chunk
-configure-commands:
-- |
- cmake -DUSE_BUILD_LIBS=OFF \
- -DWITH_PULSE_ROUTING_PLUGIN=ON \
- -DWITH_PULSE_CONTROL_PLUGIN=ON \
- -DWITH_ENABLED_IPC=DBUS \
- -DWITH_DATABASE_STORAGE=OFF \
- -DWITH_DLT=OFF \
- -DCMAKE_INSTALL_PREFIX="$PREFIX"
-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/*