From af7ceac058dd42fb04405b112c27968d4c17cb93 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 21 Aug 2017 14:47:52 +0000 Subject: 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. --- genivi/strata/genivi-demo-platform/audiomanager@gdp.morph | 1 + 1 file changed, 1 insertion(+) 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/* -- cgit v1.2.1