On Fri, Oct 25, 2019 at 03:38:48PM +0200, Michael Olbrich wrote:
> 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.

Sure, that's not a problem.

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

I'll send next version with above fixed as soon as I figure out how to
properly build python bindings.

> 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]

_______________________________________________
ptxdist mailing list
[email protected]

Reply via email to