[OE-core] [PATCH] init-ifupdown: RDEPENDS on procps
Khem Raj
raj.khem at gmail.com
Mon Sep 18 16:51:38 UTC 2017
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
More information about the Openembedded-core
mailing list