Re: [OE-core] [PATCH 1/2] distcc: Fix groupname gid change warning

2023-10-26 Thread JD Schroeder
On Wed, Sep 27, 2023 at 09:01 AM, Richard Purdie wrote: > > On Wed, 2023-09-27 at 06:07 -0700, JD Schroeder wrote: > >> On Tue, Sep 12, 2023 at 06:03 AM, Ross Burton wrote: >> >>> On 1 Sep 2023, at 11:03, Alexandre Belloni via >>> lists.openembedded.org >>> wrote: >>> Hello,

Re: [OE-core] [PATCH 1/2] distcc: Fix groupname gid change warning

2023-09-27 Thread Richard Purdie
On Wed, 2023-09-27 at 06:07 -0700, JD Schroeder wrote: > On Tue, Sep 12, 2023 at 06:03 AM, Ross Burton wrote: > > On 1 Sep 2023, at 11:03, Alexandre Belloni via > > lists.openembedded.org > > wrote: > > > > > > Hello, > > > > > > This fails on the autobuilders: > > > > > >

Re: [OE-core] [PATCH 1/2] distcc: Fix groupname gid change warning

2023-09-27 Thread JD Schroeder
On Tue, Sep 12, 2023 at 06:03 AM, Ross Burton wrote: > > On 1 Sep 2023, at 11:03, Alexandre Belloni via lists.openembedded.org > wrote: > >> >> Hello, >> >> This fails on the autobuilders: >> >> https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/3449/steps/12/logs/stdio >>

Re: [OE-core] [PATCH 1/2] distcc: Fix groupname gid change warning

2023-09-12 Thread Ross Burton
On 1 Sep 2023, at 11:03, Alexandre Belloni via lists.openembedded.org wrote: > > Hello, > > This fails on the autobuilders: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/3449/steps/12/logs/stdio > > ERROR: Nothing RPROVIDES 'distcc' (but >

Re: [OE-core] [PATCH 1/2] distcc: Fix groupname gid change warning

2023-09-01 Thread Alexandre Belloni via lists.openembedded.org
Hello, This fails on the autobuilders: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/3449/steps/12/logs/stdio ERROR: Nothing RPROVIDES 'distcc' (but /home/pokybuild/yocto-worker/reproducible/build/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb,

[OE-core] [PATCH 1/2] distcc: Fix groupname gid change warning

2023-08-31 Thread JD Schroeder
This patch fixes warnings when useradd-staticids.bbclass is used and USERADD_PARAM is used to add the user to a group that has not been explicitly created yet. By adding the GROUPADD_PARAM for the new group being used the warnings for changing the gid from GID-OLD to GID-NEW is eliminated.