[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1444/8267] xuser-account: remove GROUPADD_PARAM



commit dbf53c9f422cd63b374f8ff7c261c3facd36028e
Author: Robert Yang <liezhi yang windriver com>
Date:   Mon Jul 11 08:25:50 2016 -0700

    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>

 .../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 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]