On Fri, Feb 09, 2018 at 03:37:49PM +0100, Michael Tretter wrote:
> nfsiostat is a Python script and uses /usr/bin/python as shebang.
> Therefore, nfsutils should select Python as a runtime dependency.
> 
> Signed-off-by: Michael Tretter <m.tret...@pengutronix.de>
> ---
>  rules/nfsutils.in | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/rules/nfsutils.in b/rules/nfsutils.in
> index c813b4745..68ebfbb1f 100644
> --- a/rules/nfsutils.in
> +++ b/rules/nfsutils.in
> @@ -7,6 +7,8 @@ menuconfig NFSUTILS
>       select UTIL_LINUX_NG
>       select UTIL_LINUX_NG_LIBMOUNT
>       select RPCBIND                  if RUNTIME
> +     select PYTHON                   if RUNTIME
> +     select PYTHON_SYMLINK           if RUNTIME

No unconditional dependency. Is nfsiostat actually needed or useful for
embedded devices? Maybe we should just not install it? Or make it optional.

Michael

>       select LIBTIRPC                 if GLOBAL_IPV6
>       help
>         The Sun Network Filesystem (NFS) protocol provides transparent remote
> -- 
> 2.15.1
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to