From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 18 May 2022 09:20:53 +0200 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 1nrDzJ-0005QF-EF for lore@lore.pengutronix.de; Wed, 18 May 2022 09:20:53 +0200 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 1nrDzI-00037W-CN; Wed, 18 May 2022 09:20:52 +0200 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 1nrDyn-000371-Kw; Wed, 18 May 2022 09:20:21 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1nrDyo-0032K5-23; Wed, 18 May 2022 09:20:20 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nrDym-004V6r-4U; Wed, 18 May 2022 09:20:20 +0200 Date: Wed, 18 May 2022 09:20:20 +0200 From: Michael Olbrich To: Christian Melki Message-ID: Mail-Followup-To: Christian Melki , ptxdist@pengutronix.de References: <20220513144714.2335110-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220513144714.2335110-1-christian.melki@t2data.com> 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/3] glib: Add host-system-python3 dependency. 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 Fri, May 13, 2022 at 04:47:12PM +0200, Christian Melki wrote: > For whatever reason, mesons own python3 dependency > does not seem to cover python usage through meson. There is a bug in the indirect dependency calculation. I have no idea why this worked before. With that fixed, the dependency is propagated correctly and these patches are no longer needed. Michael > Signed-off-by: Christian Melki > --- > rules/glib.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rules/glib.in b/rules/glib.in > index d4215a0df..14e9cd359 100644 > --- a/rules/glib.in > +++ b/rules/glib.in > @@ -4,6 +4,7 @@ menuconfig GLIB > tristate > prompt "glib " > select HOST_MESON > + select HOST_SYSTEM_PYTHON3 > select LIBC_DL > select LIBC_PTHREAD > select ICONV > -- > 2.34.1 > > > -- 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 |