From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from eddie.linux-mips.org ([148.251.95.138] helo=cvs.linux-mips.org) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1iO07D-0006xe-Hj for ptxdist@pengutronix.de; Fri, 25 Oct 2019 15:58:55 +0200 Received: (from localhost user: 'ladis' uid#1021 fake: STDIN (ladis@eddie.linux-mips.org)) by eddie.linux-mips.org id S23992651AbfJYN6yC1n7G (ORCPT ); Fri, 25 Oct 2019 15:58:54 +0200 Date: Fri, 25 Oct 2019 15:58:52 +0200 From: Ladislav Michl Message-ID: <20191025135852.GA17819@lenoch> References: <20191025073326.GB26830@lenoch> <20191025073553.GD26830@lenoch> <20191025081637.GG30823@pengutronix.de> <20191025131736.GA9062@lenoch> <20191025133848.oinewy6sjixwelod@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191025133848.oinewy6sjixwelod@pengutronix.de> Subject: Re: [ptxdist] [PATCH v2] gpsd: version bump 2.39 -> 3.19 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de 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 > > --- > > ...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 > > 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 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de