[oe-commits] [meta-openembedded] branch master updated: cyrus-sasl: Drop unneeded group addition

git at git.openembedded.org git at git.openembedded.org
Tue Apr 19 13:31:23 UTC 2016


joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master by this push:
       new  ab62c74   cyrus-sasl: Drop unneeded group addition
ab62c74 is described below

commit ab62c7437ff28d045ecff3f82621990ff94662e6
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Apr 13 14:23:10 2016 +0100

    cyrus-sasl: Drop unneeded group addition
    
    The mail group is provided by base-passwd so would always be present. Therefore
    drop the uneeded group addition from this recipe.
    
    This works around the recent user cleanup code improvements which meant
    this started causing failures for people.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Acked-by: Otavio Salvador <otavio at ossystems.com.br>
    Tested-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
index 33468a1..5da3d96 100644
--- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
+++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb
@@ -72,7 +72,6 @@ do_install_append() {
 }
 
 USERADD_PACKAGES = "${PN}-bin"
-GROUPADD_PARAM_${PN}-bin = "--system mail"
 USERADD_PARAM_${PN}-bin = "--system --home=/var/spool/mail -g mail cyrus"
 
 SYSTEMD_PACKAGES = "${PN}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list