Re: [OE-core] [PATCH 1/4] update-rc.d/useradd: Add additional dependecies

2014-06-17 Thread Paul Eggleton
On Tuesday 17 June 2014 14:18:41 Phil Blundell wrote: > On Mon, 2014-06-16 at 15:47 +0100, Paul Eggleton wrote: > > a) There are a bunch of recipes that don't currently do that, and you'll > > only find out there's a problem at do_rootfs time (or worse, if we went a > > step further and didn't even

Re: [OE-core] [PATCH 1/4] update-rc.d/useradd: Add additional dependecies

2014-06-17 Thread Phil Blundell
On Mon, 2014-06-16 at 15:47 +0100, Paul Eggleton wrote: > a) There are a bunch of recipes that don't currently do that, and you'll only > find out there's a problem at do_rootfs time (or worse, if we went a step > further and didn't even dynamically add the RDEPENDS, at runtime when the > servic

Re: [OE-core] [PATCH 1/4] update-rc.d/useradd: Add additional dependecies

2014-06-16 Thread Paul Eggleton
On Tuesday 10 June 2014 15:53:19 Phil Blundell wrote: > On Tue, 2014-06-10 at 07:38 -0700, Saul Wold wrote: > > On 06/10/2014 04:57 AM, Phil Blundell wrote: > > > On Thu, 2014-06-05 at 17:09 -0700, Saul Wold wrote: > > >> These dependcies are needed to ensure that thier packages are created > > >>

Re: [OE-core] [PATCH 1/4] update-rc.d/useradd: Add additional dependecies

2014-06-10 Thread Phil Blundell
On Tue, 2014-06-10 at 07:38 -0700, Saul Wold wrote: > On 06/10/2014 04:57 AM, Phil Blundell wrote: > > On Thu, 2014-06-05 at 17:09 -0700, Saul Wold wrote: > >> These dependcies are needed to ensure that thier packages are created > >> correctly since these classes have runtime dependiences in their

Re: [OE-core] [PATCH 1/4] update-rc.d/useradd: Add additional dependecies

2014-06-10 Thread Saul Wold
On 06/10/2014 04:57 AM, Phil Blundell wrote: On Thu, 2014-06-05 at 17:09 -0700, Saul Wold wrote: These dependcies are needed to ensure that thier packages are created correctly since these classes have runtime dependiences in their packages but they are not actually created yet at rootfs time.

Re: [OE-core] [PATCH 1/4] update-rc.d/useradd: Add additional dependecies

2014-06-10 Thread Phil Blundell
On Thu, 2014-06-05 at 17:09 -0700, Saul Wold wrote: > These dependcies are needed to ensure that thier packages are created > correctly since these classes have runtime dependiences in their packages > but they are not actually created yet at rootfs time. Can you be more specific about why these d

[OE-core] [PATCH 1/4] update-rc.d/useradd: Add additional dependecies

2014-06-05 Thread Saul Wold
These dependcies are needed to ensure that thier packages are created correctly since these classes have runtime dependiences in their packages but they are not actually created yet at rootfs time. [YOCTO #6072] Signed-off-by: Saul Wold --- meta/classes/update-rc.d.bbclass | 2 ++ meta/classes/