From 67f903f4ac642a2460dff159dd3fb4ddb93492d6 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Tue, 6 Nov 2018 07:17:59 -0800 Subject: Use hard coded path to load libiio --- motionService.adef | 5 +++++ 1 file changed, 5 insertions(+) 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 } -- cgit v1.2.3