diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-07-11 08:25:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-20 10:28:51 +0100 |
commit | dbf53c9f422cd63b374f8ff7c261c3facd36028e (patch) | |
tree | b4a044126b95d379deae927c8a4e984d7d783baa /meta/recipes-support | |
parent | e24bc6d9f206a87822a3b95568ce0d07f390792b (diff) | |
download | poky-dbf53c9f422cd63b374f8ff7c261c3facd36028e.tar.gz |
xuser-account: remove GROUPADD_PARAM
The group shutdown had been provided by base-passwd, otherwise, it may cause
sysvinit failed to build:
$ bitbake xuser-account sysvinit && bitbake xuser-account sysvinit -ccleansstate && bitbake sysvinit
[snip]
| chown: invalid user: root.shutdown
[snip]
(From OE-Core rev: d72793ca3cbedca3eaca2a7c62f4c93d3c3af358)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/user-creation/xuser-account_0.1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-support/user-creation/xuser-account_0.1.bb b/meta/recipes-support/user-creation/xuser-account_0.1.bb index 13ba677333..81817d1e25 100644 --- a/meta/recipes-support/user-creation/xuser-account_0.1.bb +++ b/meta/recipes-support/user-creation/xuser-account_0.1.bb | |||
@@ -21,7 +21,6 @@ do_install() { | |||
21 | FILES_${PN} = "${sysconfdir}/dbus-1/system.d/system-xuser.conf" | 21 | FILES_${PN} = "${sysconfdir}/dbus-1/system.d/system-xuser.conf" |
22 | 22 | ||
23 | USERADD_PACKAGES = "${PN}" | 23 | USERADD_PACKAGES = "${PN}" |
24 | GROUPADD_PARAM_${PN} = "--system shutdown" | ||
25 | USERADD_PARAM_${PN} = "--create-home \ | 24 | USERADD_PARAM_${PN} = "--create-home \ |
26 | --groups video,tty,audio,input,shutdown,disk \ | 25 | --groups video,tty,audio,input,shutdown,disk \ |
27 | --user-group xuser" | 26 | --user-group xuser" |