[oe] [meta-networking][PATCH] stunnel: Use nogroup rather then nobody for group

Khem Raj raj.khem at gmail.com
Sat Jun 16 04:22:46 UTC 2018


Hi Jeremy

On Fri, Jun 15, 2018 at 8:31 PM Jeremy Puhlman <jpuhlman at mvista.com> wrote:
>
> [log_check] warning: group nobody does not exist - using root
>

I do not see this warning in my builds. Could you share steps to reproduce it ?

> Signed-off-by: Jeremy Puhlman <jpuhlman at mvista.com>
> ---
>  meta-networking/recipes-support/stunnel/stunnel_5.35.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.35.bb b/meta-networking/recipes-support/stunnel/stunnel_5.35.bb
> index ec8478d..427c8dd 100644
> --- a/meta-networking/recipes-support/stunnel/stunnel_5.35.bb
> +++ b/meta-networking/recipes-support/stunnel/stunnel_5.35.bb
> @@ -18,6 +18,8 @@ SRC_URI[sha256sum] = "ffa386ae4c825f35f35157c285e7402a6d58779ad8c3822f74a9d355b5
>  inherit autotools
>
>  EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips"
> +# When cross compiling, configure defaults to nobody, but provides no option to change it.
> +EXTRA_OEMAKE += "DEFAULT_GROUP='nogroup'"
>
>  PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)}"
>  PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
> --
> 2.6.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list