diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-04-21 16:32:43 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-04-26 21:02:41 +0000 |
commit | 39902b66a174446a49e1083c357d86b74daef425 (patch) | |
tree | c73408c05ed25ca52385bba68e0da2137dc8c428 /meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module/rc.pvr.service | |
parent | 118df1f34368be06401824a6c5b2bb670e53be81 (diff) |
BSP's should not ship files in /usr/local/dab_3.99.1dab/3.99.13.99.1
* replace /usr/local with path /usr/share/renesas using:
RENESAS_DATADIR = "/usr/share/renesas"
- meta-rcar-gen2/include/rcar-gen2-path-common.inc
Bug-AGL: SPEC-533
Change-Id: I66350e850df385e901dc4a0ff56bf04452f90868
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module/rc.pvr.service')
-rw-r--r-- | meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module/rc.pvr.service | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module/rc.pvr.service b/meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module/rc.pvr.service index 5aec697..a0e0321 100644 --- a/meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module/rc.pvr.service +++ b/meta-rcar-gen2/recipes-graphics/gles-module/gles-user-module/rc.pvr.service @@ -1,6 +1,6 @@ [Unit] -SourcePath=/usr/local/bin/rc.pvr +SourcePath=@RENESAS_DATADIR@/bin/rc.pvr Before=weston.service [Service] @@ -11,8 +11,8 @@ IgnoreSIGPIPE=no KillMode=process GuessMainPID=no RemainAfterExit=yes -ExecStart=/usr/local/bin/rc.pvr start -ExecStop=/usr/local/bin/rc.pvr stop +ExecStart=@RENESAS_DATADIR@/bin/rc.pvr start +ExecStop=@RENESAS_DATADIR@/bin/rc.pvr stop [Install] RequiredBy=weston.service |