From 35dfbe9a8750958383a644f23e041d92108ec780 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 23 May 2014 16:10:00 +0200 Subject: [PATCH] Fix add group for Weston-common Change-Id: I0981c3e77b1d7126768a11622742c1a16318ae0c Signed-off-by: Ronan Le Martret --- recipes-tizen/weston-common/weston-common-extraconf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-tizen/weston-common/weston-common-extraconf.inc b/recipes-tizen/weston-common/weston-common-extraconf.inc index 3fd0654..a03849a 100644 --- a/recipes-tizen/weston-common/weston-common-extraconf.inc +++ b/recipes-tizen/weston-common/weston-common-extraconf.inc @@ -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; " -- 2.7.4