diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-08-21 14:47:52 +0000 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2017-08-24 12:45:31 +0000 |
commit | af7ceac058dd42fb04405b112c27968d4c17cb93 (patch) | |
tree | 2a84ccb0bd8f3d771cb4ebc4bceded3085904d81 /genivi/strata | |
parent | c9a019fcd7c222ae70c571e4be0117ce300d9eaf (diff) | |
download | definitions-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.
Diffstat (limited to 'genivi/strata')
-rw-r--r-- | genivi/strata/genivi-demo-platform/audiomanager@gdp.morph | 1 |
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/* |