Re: [OE-core] [PATCH 13/26] cups: make cups daemon start correctly

2014-09-02 Thread ChenQi
On 09/02/2014 11:36 PM, Burton, Ross wrote: On 2 September 2014 11:53, Chen Qi wrote: +RDEPENDS_${PN} += "procps" Presumably the init script needs procps for some reason? Is this a sysvinit-specific dependency, or something the daemon does itself? Ross It's sysvinit-specific. Thanks for

Re: [OE-core] [PATCH 13/26] cups: make cups daemon start correctly

2014-09-02 Thread Burton, Ross
On 2 September 2014 11:53, Chen Qi wrote: > +RDEPENDS_${PN} += "procps" Presumably the init script needs procps for some reason? Is this a sysvinit-specific dependency, or something the daemon does itself? Ross -- ___ Openembedded-core mailing list O

[OE-core] [PATCH 13/26] cups: make cups daemon start correctly

2014-09-02 Thread Chen Qi
From: In Long The cups daemon needs the lpadmin group to start correctly. Signed-off-by: Chen Qi --- meta/recipes-extended/cups/cups.inc | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index adf