From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iNznk-0004c0-Og for ptxdist@pengutronix.de; Fri, 25 Oct 2019 15:38:48 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.89) (envelope-from ) id 1iNznk-0007A4-GM for ptxdist@pengutronix.de; Fri, 25 Oct 2019 15:38:48 +0200 Date: Fri, 25 Oct 2019 15:38:48 +0200 From: Michael Olbrich Message-ID: <20191025133848.oinewy6sjixwelod@pengutronix.de> References: <20191025073326.GB26830@lenoch> <20191025073553.GD26830@lenoch> <20191025081637.GG30823@pengutronix.de> <20191025131736.GA9062@lenoch> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191025131736.GA9062@lenoch> 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: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. 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 > 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