Re: [OE-core] [PATCH V6 2/3] useradd.bbclass: code refactor

2013-07-17 Thread Otavio Salvador
On Wed, Jul 17, 2013 at 3:08 AM, wrote: > From: Chen Qi > > The basic functions have moved to useradd_base.bbclass. So this class > only needs to inherit useradd_base.bbclass and use the functions defined > there. The reason is to avoid code duplication with extrausers.bbclass. > > [YOCTO #4074]

[OE-core] [PATCH V6 2/3] useradd.bbclass: code refactor

2013-07-16 Thread Qi.Chen
From: Chen Qi The basic functions have moved to useradd_base.bbclass. So this class only needs to inherit useradd_base.bbclass and use the functions defined there. The reason is to avoid code duplication with extrausers.bbclass. [YOCTO #4074] Signed-off-by: Chen Qi --- meta/classes/useradd.bb