On Fri, Oct 25, 2019 at 03:17:36PM +0200, Ladislav Michl wrote:
> Signed-off-by: Ladislav Michl <[email protected]>
> ---
>  ...still work in progress...
> 
>  CHANGES:
>   -v1: regenerate patches, fix kconfig, drop cross path and
>        pkg-config env, fix python version, fix python bindings
>        install rule
> 
[...]
>  
>  ifdef PTXCONF_GPSD_PYTHON
>       @cd $(GPSD_PKGDIR) && \
> -             find ./usr/lib/python$(PYTHON_MAJORMINOR) \
> +             find ./usr/lib/python$(PYTHON3_MAJORMINOR) \
>               -name "*.so" -o -name "*.pyc" | \

Can you turn this into a install_glob please? The various python packages
should help as an example.

I've not tested this yet, but the rest looks good.

Michael

>               while read file; do \
>               $(call install_copy, gpsd, 0, 0, 644, -, $${file##.}); \
> -- 
> 2.24.0.rc0
> 
> 
> _______________________________________________
> ptxdist mailing list
> [email protected]
> 

-- 
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
[email protected]

Reply via email to