diff options
author | Ronan Le Martret <ronan@fridu.net> | 2015-01-08 15:00:51 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan@fridu.net> | 2015-01-08 15:03:20 +0100 |
commit | 48894872b465a4d19a44c459d18de3fef63f4226 (patch) | |
tree | 932a347e32d511ce0aba2a22584ce18a305e2cb1 | |
parent | afc957f6fd6ca11f9a05adc424e5af455dbbfcb3 (diff) | |
download | tizen-distro-48894872b465a4d19a44c459d18de3fef63f4226.tar.gz tizen-distro-48894872b465a4d19a44c459d18de3fef63f4226.tar.bz2 tizen-distro-48894872b465a4d19a44c459d18de3fef63f4226.zip |
fix user service for tizen ivi
Change-Id: I356bf000274854f218951115313a3a6404e66cdc
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
-rw-r--r-- | meta-tizen/meta-tizen-ivi/recipes-graphics/weston-ivi-shell/weston-ivi-shell-extraconf.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-tizen/meta-tizen-ivi/recipes-graphics/weston-ivi-shell/weston-ivi-shell-extraconf.inc b/meta-tizen/meta-tizen-ivi/recipes-graphics/weston-ivi-shell/weston-ivi-shell-extraconf.inc index c1d95106aa..0c2b23c7a5 100644 --- a/meta-tizen/meta-tizen-ivi/recipes-graphics/weston-ivi-shell/weston-ivi-shell-extraconf.inc +++ b/meta-tizen/meta-tizen-ivi/recipes-graphics/weston-ivi-shell/weston-ivi-shell-extraconf.inc @@ -56,8 +56,6 @@ pkg_postinst_${PN} () { # home dir must have the same label chsmack -a User $D/home/app - ln -sf weston.target $D/usr/lib/systemd/user/default.target - # Add over-riding environment to enable the web runtime to # run on an IVI image as a different user then the tizen user # Some notes on some of the variables: |