From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 13 Nov 2024 14:28:23 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tBDPz-001Rcj-0v for lore@lore.pengutronix.de; Wed, 13 Nov 2024 14:28:23 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1tBDPy-0006EQ-TW; Wed, 13 Nov 2024 14:28:22 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tBDPu-0006EG-KS; Wed, 13 Nov 2024 14:28:18 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tBDPu-000aBQ-1R; Wed, 13 Nov 2024 14:28:18 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tBDPu-0095um-1G; Wed, 13 Nov 2024 14:28:18 +0100 Date: Wed, 13 Nov 2024 14:28:18 +0100 From: Michael Olbrich To: Bruno Thomsen Message-ID: References: <20241111194410.9532-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241111194410.9532-1-bruno.thomsen@gmail.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] python3: add license file and hash 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Mon, Nov 11, 2024 at 08:44:10PM +0100, Bruno Thomsen wrote: > SPDX list references to other web pages for this license: > > https://spdx.org/licenses/Python-2.0.1.html > > Signed-off-by: Bruno Thomsen > --- > rules/python3.make | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/rules/python3.make b/rules/python3.make > index d39b8c642..f2aa78094 100644 > --- a/rules/python3.make > +++ b/rules/python3.make > @@ -23,6 +23,9 @@ PYTHON3 := Python-$(PYTHON3_VERSION) > PYTHON3_SUFFIX := tar.xz > PYTHON3_SOURCE := $(SRCDIR)/$(PYTHON3).$(PYTHON3_SUFFIX) > PYTHON3_DIR := $(BUILDDIR)/$(PYTHON3) > +PYTHON3_LICENSE := Python-2.0.1 > +PYTHON3_LICENSE_FILES := \ > + file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2 Nack. As discussed on the list, there are quite a few files with a different license. Those must be handled as well. Regards, Michael > PYTHON3_DEVPKG := NO > > PYTHON3_URL := \ > > base-commit: 3824c3233b369e9b226ae95467947382351c7f6c > -- > 2.47.0 > > > -- 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 |