summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2018-11-06 07:17:59 -0800
committerNick Van Doorn <vandoorn.nick@gmail.com>2018-11-06 07:17:59 -0800
commit67f903f4ac642a2460dff159dd3fb4ddb93492d6 (patch)
treed50b5d2588e7456eb02e8dbceb394f31c836af0e
parentd2baa7eb31d926956e59174dd9d81810a18a536b (diff)
Use hard coded path to load libiiobuild-libiio
-rw-r--r--motionService.adef5
1 files changed, 5 insertions, 0 deletions
diff --git a/motionService.adef b/motionService.adef
index f76663d..05cc761 100644
--- a/motionService.adef
+++ b/motionService.adef
@@ -17,6 +17,11 @@ processes:
{
( motionService )
}
+ envVars:
+ {
+ // This is required so that the bundled libraries are visible to the non-sandboxed app
+ LD_LIBRARY_PATH = /legato/systems/current/apps/motionService/read-only/usr/lib
+ }
faultAction: restartApp
}