[OE-core] [PATCH] init-ifupdown: RDEPENDS on procps

Ming Liu liu.ming50 at gmail.com
Tue Sep 19 02:09:45 UTC 2017


Hi, Khem:

> busybox can provide the sysctl applet too. Do we take care of that
somewhere ?

sysctl applet has been already compiled since CONFIG_BB_SYSCTL is being
enabled in busybox defconfig.

//Ming Liu


2017-09-18 18:51 GMT+02:00 Khem Raj <raj.khem at gmail.com>:

> On Mon, Sep 18, 2017 at 12:43:06PM +0000, liu.ming50 at gmail.com wrote:
> > From: Ming Liu <liu.ming50 at gmail.com>
> >
> > sysctl is being called in /etc/init.d/networking, so it needs RDEPENDS
> > on procps.
> >
> > Signed-off-by: Ming Liu <liu.ming50 at gmail.com>
> > ---
> >  meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb
> b/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb
> > index 733ae41..8774386 100644
> > --- a/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb
> > +++ b/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb
> > @@ -35,7 +35,7 @@ do_install_append_qemuall () {
> >  }
> >
> >  PACKAGE_ARCH_qemuall = "${MACHINE_ARCH}"
> > -RDEPENDS_${PN} = "netbase"
> > +RDEPENDS_${PN} = "netbase procps"
>
> busybox can provide the sysctl applet too. Do we take care of that
> somewhere ?
>
> >  RCONFLICTS_${PN} = "netbase (< 1:5.0)"
> >
> >  CONFFILES_${PN} = "${sysconfdir}/network/interfaces"
> > --
> > 2.7.4
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core at lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170919/2ce82e49/attachment-0002.html>


More information about the Openembedded-core mailing list