[OE-core] [PATCH 1/1] update-rc.d.bbclass: change RRECOMMENDS to RDEPENDS

2013-09-12 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com If a package inherits update-rc.d.bbclass, it actually needs it to update the symlinks under /etc/rc?.d/ directories. This is a runtime dependency. For example, if we try to upgrade the dropbear on target, its postinst process will need the update-rc.d utility

Re: [OE-core] [PATCH 1/1] update-rc.d.bbclass: change RRECOMMENDS to RDEPENDS

2013-09-12 Thread Martin Jansa
On Thu, Sep 12, 2013 at 05:43:55PM +0800, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com If a package inherits update-rc.d.bbclass, it actually needs it to update the symlinks under /etc/rc?.d/ directories. This is a runtime dependency. For example, if we try to upgrade the

Re: [OE-core] [PATCH 1/1] update-rc.d.bbclass: change RRECOMMENDS to RDEPENDS

2013-09-12 Thread ChenQi
On 09/12/2013 06:25 PM, Martin Jansa wrote: On Thu, Sep 12, 2013 at 05:43:55PM +0800, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com If a package inherits update-rc.d.bbclass, it actually needs it to update the symlinks under /etc/rc?.d/ directories. This is a runtime

Re: [OE-core] [PATCH 1/1] update-rc.d.bbclass: change RRECOMMENDS to RDEPENDS

2013-09-12 Thread Martin Jansa
On Thu, Sep 12, 2013 at 07:18:12PM +0800, ChenQi wrote: On 09/12/2013 06:25 PM, Martin Jansa wrote: On Thu, Sep 12, 2013 at 05:43:55PM +0800, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com If a package inherits update-rc.d.bbclass, it actually needs it to update the

Re: [OE-core] [PATCH 1/1] update-rc.d.bbclass: change RRECOMMENDS to RDEPENDS

2013-09-12 Thread ChenQi
On 09/12/2013 08:18 PM, Martin Jansa wrote: On Thu, Sep 12, 2013 at 07:18:12PM +0800, ChenQi wrote: On 09/12/2013 06:25 PM, Martin Jansa wrote: On Thu, Sep 12, 2013 at 05:43:55PM +0800, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com If a package inherits