meta-tizen: Fix add group for Weston-common
authorRonan Le Martret <ronan@fridu.net>
Fri, 23 May 2014 14:10:00 +0000 (16:10 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 17:20:07 +0000 (09:20 -0800)
Change-Id: I0981c3e77b1d7126768a11622742c1a16318ae0c
(From meta-tizen rev: 35dfbe9a8750958383a644f23e041d92108ec780)

Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-tizen/recipes-tizen/weston-common/weston-common-extraconf.inc

index 3fd0654..a03849a 100644 (file)
@@ -2,7 +2,7 @@ inherit useradd
 
 USERADD_PACKAGES = "${PN}"
 
-GROUPADD_PARAM_${PN} = "-g 191 display;-g 100 users,-g 1004 input,-g 190 systemd-journal,-g 54 lock"
+GROUPADD_PARAM_${PN} = "-g 191 display;-g 100 users;-g 1004 input;-g 190 systemd-journal;-g 54 lock"
 
 USERADD_PARAM_${PN} = "  -d /run/display -m  -u 115  -g display -G users,input,tty,display  -s /bin/sh display; "
 USERADD_PARAM_${PN} += " -d /home/alice -m -u 5001   -g users   -G display -r -s /bin/sh alice; "