* [PATCH 0/1] xuser-account: remove GROUPADD_PARAM
@ 2016-07-11 15:25 Robert Yang
2016-07-11 15:25 ` [PATCH 1/1] " Robert Yang
0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2016-07-11 15:25 UTC (permalink / raw)
To: openembedded-core
The following changes since commit b17f91ed06a604e3d356fe17756bfe2ca61594b7:
tune-ppce500mc.inc: pass -mcpu=e500mc for ppce500mc kernel compile (2016-07-10 14:12:07 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/xuser
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/xuser
Robert Yang (1):
xuser-account: remove GROUPADD_PARAM
meta/recipes-support/user-creation/xuser-account_0.1.bb | 1 -
1 file changed, 1 deletion(-)
--
2.9.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] xuser-account: remove GROUPADD_PARAM
2016-07-11 15:25 [PATCH 0/1] xuser-account: remove GROUPADD_PARAM Robert Yang
@ 2016-07-11 15:25 ` Robert Yang
0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2016-07-11 15:25 UTC (permalink / raw)
To: openembedded-core
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]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/recipes-support/user-creation/xuser-account_0.1.bb | 1 -
1 file changed, 1 deletion(-)
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 13ba677..81817d1 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() {
FILES_${PN} = "${sysconfdir}/dbus-1/system.d/system-xuser.conf"
USERADD_PACKAGES = "${PN}"
-GROUPADD_PARAM_${PN} = "--system shutdown"
USERADD_PARAM_${PN} = "--create-home \
--groups video,tty,audio,input,shutdown,disk \
--user-group xuser"
--
2.9.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-11 15:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-11 15:25 [PATCH 0/1] xuser-account: remove GROUPADD_PARAM Robert Yang
2016-07-11 15:25 ` [PATCH 1/1] " Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox