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:00:51 +0100 |
commit | 2da0c02c8ca98f9faa731a27bfcf819b8dcf1375 (patch) | |
tree | 86603aeb09ee5ea98bfd8628a5d9106a611792e2 | |
parent | b7c1489ffae1b4263d39edb4ca31d334ac480e19 (diff) | |
download | meta-tizen-sandbox/ronan/devel.tar.gz meta-tizen-sandbox/ronan/devel.tar.bz2 meta-tizen-sandbox/ronan/devel.zip |
fix user service for tizen ivirev_0.9sandbox/ronan/devel
Change-Id: I356bf000274854f218951115313a3a6404e66cdc
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
-rw-r--r-- | 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-ivi/recipes-graphics/weston-ivi-shell/weston-ivi-shell-extraconf.inc b/meta-tizen-ivi/recipes-graphics/weston-ivi-shell/weston-ivi-shell-extraconf.inc index c1d95106..0c2b23c7 100644 --- a/meta-tizen-ivi/recipes-graphics/weston-ivi-shell/weston-ivi-shell-extraconf.inc +++ b/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: |