From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 22 Mar 2023 20:15:33 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pf3vo-00Ak4w-8W for lore@lore.pengutronix.de; Wed, 22 Mar 2023 20:15:33 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1pf3vo-000199-6V; Wed, 22 Mar 2023 20:15:32 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pf3vI-00018T-JM; Wed, 22 Mar 2023 20:15:00 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pf3vH-005zLA-LT; Wed, 22 Mar 2023 20:14:59 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pf3vG-001cGs-Uw; Wed, 22 Mar 2023 20:14:58 +0100 Date: Wed, 22 Mar 2023 20:14:58 +0100 From: Michael Olbrich To: Robin van der Gracht Message-ID: Mail-Followup-To: Robin van der Gracht , ptxdist@pengutronix.de References: <20230322101358.3305793-1-robin@protonic.nl> <20230322101358.3305793-2-robin@protonic.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230322101358.3305793-2-robin@protonic.nl> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH 1/5] python3: Version bumb to 3.11.2 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On Wed, Mar 22, 2023 at 11:13:54AM +0100, Robin van der Gracht wrote: > Signed-off-by: Robin van der Gracht There are two patches for the old Python version. The second one is obsolete with the latest toolchain wrapper changes. But please check the rpath referenced in the first patch and either remove or update the patch. Michael > --- > rules/python3.make | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/rules/python3.make b/rules/python3.make > index b8cffc190..d3f872206 100644 > --- a/rules/python3.make > +++ b/rules/python3.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_PYTHON3) += python3 > # > # Paths and names > # > -PYTHON3_VERSION := 3.10.4 > -PYTHON3_MD5 := 21f2e113e087083a1e8cf10553d93599 > +PYTHON3_VERSION := 3.11.2 > +PYTHON3_MD5 := a957cffb58a89303b62124896881950b > PYTHON3_MAJORMINOR := $(basename $(PYTHON3_VERSION)) > PYTHON3_SITEPACKAGES := /usr/lib/python$(PYTHON3_MAJORMINOR)/site-packages > PYTHON3 := Python-$(PYTHON3_VERSION) > @@ -76,7 +76,8 @@ PYTHON3_CONF_OPT := \ > --without-dtrace \ > --with-computed-gotos \ > --without-ensurepip \ > - --with-openssl=$(SYSROOT)/usr > + --with-openssl=$(SYSROOT)/usr \ > + --with-build-python=python$(PYTHON3_MAJORMINOR) > > # Keep dictionary order in .pyc files stable > PYTHON3_MAKE_ENV := \ > -- > 2.37.2 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |