Re: [OE-core] [PATCH] useradd.bblass: Simplify target overrides

2016-08-23 Thread Mark Hatle
On 8/8/16 8:48 PM, Ulf Magnusson wrote: > The current style might be a leftover from when _class-target did not > exist. > > Also change the assignment to SSTATECLEANFUNCS to an append, which makes > more sense. useradd.bbclass is the only user of SSTATECLEANFUNCS as of > writing, so it won't make

Re: [OE-core] [PATCH] useradd.bblass: Simplify target overrides

2016-08-23 Thread Ulf Magnusson
On Tue, Aug 23, 2016 at 10:19 PM, Burton, Ross wrote: > > On 9 August 2016 at 02:48, Ulf Magnusson wrote: >> >> The current style might be a leftover from when _class-target did not >> exist. > > > Can you rebase and resend this please? It's a great patch but for some > reason git isn't happy an

Re: [OE-core] [PATCH] useradd.bblass: Simplify target overrides

2016-08-23 Thread Burton, Ross
On 9 August 2016 at 02:48, Ulf Magnusson wrote: > The current style might be a leftover from when _class-target did not > exist. > Can you rebase and resend this please? It's a great patch but for some reason git isn't happy and refuses to apply it. Ross -- ___

[OE-core] [PATCH] useradd.bblass: Simplify target overrides

2016-08-08 Thread Ulf Magnusson
The current style might be a leftover from when _class-target did not exist. Also change the assignment to SSTATECLEANFUNCS to an append, which makes more sense. useradd.bbclass is the only user of SSTATECLEANFUNCS as of writing, so it won't make any functional difference. --- meta/classes/userad