[oe] [PATCH] cyrus-sasl: Drop unneeded group addition

akuster808 akuster808 at gmail.com
Wed Apr 13 21:04:25 UTC 2016



On 04/13/2016 06:23 AM, Richard Purdie wrote:
> 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>

thanks. I ran into this this morning.


> ---
>  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}"
> 



More information about the Openembedded-devel mailing list