diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-09-09 09:54:59 -0300 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-10-18 05:25:19 -1000 |
commit | 04296bff893dd92aaa8918cf9c36feb31485a0bd (patch) | |
tree | 77ce2ceed4dab1f95b28c90a6329e872caced7d1 | |
parent | d6b645127c40fe5731ac5bacdaf09b6895503133 (diff) | |
download | poky-04296bff893dd92aaa8918cf9c36feb31485a0bd.tar.gz |
weston-init: fix init code indentation
Tested-by: Tom Hochstein <tom.hochstein@nxp.com>
(From OE-Core rev: feb3af7fe3f1a062946de71a76c11388f9e50c90)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c08d474c97ce071ba376b66f30d6ee0a6159d596)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-graphics/wayland/weston-init/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init/init b/meta/recipes-graphics/wayland/weston-init/init index d3b0d1873e..a5c54e001e 100644 --- a/meta/recipes-graphics/wayland/weston-init/init +++ b/meta/recipes-graphics/wayland/weston-init/init | |||
@@ -30,7 +30,7 @@ done | |||
30 | case "$1" in | 30 | case "$1" in |
31 | start) | 31 | start) |
32 | . /etc/profile | 32 | . /etc/profile |
33 | export HOME=ROOTHOME | 33 | export HOME=ROOTHOME |
34 | 34 | ||
35 | WESTON_USER=weston weston-start $OPTARGS & | 35 | WESTON_USER=weston weston-start $OPTARGS & |
36 | ;; | 36 | ;; |