[Buildroot] [PATCH 2/2] lsof: add busybox tweaks

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Thu Apr 26 14:08:40 UTC 2012


On 07:15 Thu 26 Apr     , Gustavo Zacarias wrote:
> Since busybox 1.20+ includes a lsof applet make sure lsof gets built
> after busybox so that we get the full-blown version if both are enabled.
> Also hide the lsof package unless BUSYBOX_SHOW_OTHERS is true.
> 
> Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
> ---
>  package/Config.in    |    2 ++
>  package/lsof/lsof.mk |    3 +++
>  2 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/package/Config.in b/package/Config.in
> index 64fce62..7f9b234 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -24,7 +24,9 @@ source "package/dmalloc/Config.in"
>  source "package/kexec/Config.in"
>  source "package/latencytop/Config.in"
>  source "package/lmbench/Config.in"
> +if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
>  source "package/lsof/Config.in"
put a depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS


in lsof/Config.in

Best Regards,
J.


More information about the buildroot mailing list