Re: [OE-core] [PATCH] useradd: don't override pseudo environment

2017-09-15 Thread Richard Purdie
On Fri, 2017-09-15 at 12:58 -0500, Seebs wrote: > On Fri, 15 Sep 2017 12:58:48 +0100 > Ross Burton wrote: > > > > > Remove the PSEUDO_LOCALSTATEDIR assignment and inherit the correct > > assignment in FAKEROOTENV. > Nice catch! This probably explains a LOT of the strange

Re: [OE-core] [PATCH] useradd: don't override pseudo environment

2017-09-15 Thread Seebs
On Fri, 15 Sep 2017 12:58:48 +0100 Ross Burton wrote: > Remove the PSEUDO_LOCALSTATEDIR assignment and inherit the correct > assignment in FAKEROOTENV. Nice catch! This probably explains a LOT of the strange behaviors we've been seeing. -s --

Re: [OE-core] [PATCH] useradd: don't override pseudo environment

2017-09-15 Thread Martin Jansa
nice Acked-by: Martin Jansa On Fri, Sep 15, 2017 at 1:58 PM, Ross Burton wrote: > Back in the dark days before recipe-specific-sysroots the paths being > passed in > this manual construction of the pseudo environment made sense, but now > they're

[OE-core] [PATCH] useradd: don't override pseudo environment

2017-09-15 Thread Ross Burton
Back in the dark days before recipe-specific-sysroots the paths being passed in this manual construction of the pseudo environment made sense, but now they're incorrect and result in pseudo writing to two different databases during a single build. The result is that pseudo doesn't follow changes