summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-08-21 14:47:52 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-08-24 12:45:31 +0000
commitaf7ceac058dd42fb04405b112c27968d4c17cb93 (patch)
tree2a84ccb0bd8f3d771cb4ebc4bceded3085904d81
parentc9a019fcd7c222ae70c571e4be0117ce300d9eaf (diff)
downloaddefinitions-af7ceac058dd42fb04405b112c27968d4c17cb93.tar.gz
genivi-demo-platform: Don't install files to /tmp
These presumably aren't needed since they are probably not even accessible during the normal operation of a system (as there can be a tmpfs mounted over the top). YBD doesn't raise any error about this but BuildStream does.
-rw-r--r--genivi/strata/genivi-demo-platform/audiomanager@gdp.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/genivi/strata/genivi-demo-platform/audiomanager@gdp.morph b/genivi/strata/genivi-demo-platform/audiomanager@gdp.morph
index d77d0e68..1522f3e6 100644
--- a/genivi/strata/genivi-demo-platform/audiomanager@gdp.morph
+++ b/genivi/strata/genivi-demo-platform/audiomanager@gdp.morph
@@ -12,3 +12,4 @@ build-commands:
- make
install-commands:
- make DESTDIR="$DESTDIR" install
+- rm -R "$DESTDIR"/tmp/*