diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2016-06-09 14:27:05 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-12 23:47:17 +0100 |
commit | 7950a90bcc6865236b55fcc9559f3d8327d65b3c (patch) | |
tree | 24034be48e44a364a6fef12fa076afcdaae2622a /meta/recipes-graphics/wayland/weston-init | |
parent | be82bdd59296be434d3f5a97e563e3a7d208f285 (diff) | |
download | poky-7950a90bcc6865236b55fcc9559f3d8327d65b3c.tar.gz |
weston-init: Use bitbake path variable
(From OE-Core rev: 537afef2209bef327a28234207d1ef7e4e596a6e)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/wayland/weston-init')
-rwxr-xr-x | meta/recipes-graphics/wayland/weston-init/weston-start | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init/weston-start b/meta/recipes-graphics/wayland/weston-init/weston-start index 72ba4b7079..4b41576103 100755 --- a/meta/recipes-graphics/wayland/weston-init/weston-start +++ b/meta/recipes-graphics/wayland/weston-init/weston-start | |||
@@ -69,4 +69,4 @@ if test -z "$XDG_RUNTIME_DIR"; then | |||
69 | chmod 0700 $XDG_RUNTIME_DIR | 69 | chmod 0700 $XDG_RUNTIME_DIR |
70 | fi | 70 | fi |
71 | 71 | ||
72 | exec openvt $openvt_args -- $launcher $weston_args --log=/var/log/weston.log | 72 | exec openvt $openvt_args -- $launcher $weston_args --log=@LOCALSTATEDIR@/log/weston.log |