From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lj1-x22f.google.com ([2a00:1450:4864:20::22f]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1icTCq-00018d-QY for ptxdist@pengutronix.de; Wed, 04 Dec 2019 12:52:33 +0100 Received: by mail-lj1-x22f.google.com with SMTP id m6so7775316ljc.1 for ; Wed, 04 Dec 2019 03:52:32 -0800 (PST) From: Lars Pedersen Date: Wed, 4 Dec 2019 12:52:18 +0100 Message-Id: <20191204115218.43151-1-lapeddk@gmail.com> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] python3-setuptools: bugfix license_files name 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 Cc: Lars Pedersen Wrong license_files field name used. Signed-off-by: Lars Pedersen --- rules/python3-setuptools.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/python3-setuptools.make b/rules/python3-setuptools.make index 935260741..4e3552a5f 100644 --- a/rules/python3-setuptools.make +++ b/rules/python3-setuptools.make @@ -22,7 +22,7 @@ PYTHON3_SETUPTOOLS_URL := https://files.pythonhosted.org/packages/source/s/setu PYTHON3_SETUPTOOLS_SOURCE := $(SRCDIR)/$(PYTHON3_SETUPTOOLS).$(PYTHON3_SETUPTOOLS_SUFFIX) PYTHON3_SETUPTOOLS_DIR := $(BUILDDIR)/$(PYTHON3_SETUPTOOLS) PYTHON3_SETUPTOOLS_LICENSE := MIT -HOST_PYTHON3_SETUPTOOLS_LICENSE_FILES := \ +PYTHON3_SETUPTOOLS_LICENSE_FILES := \ file://LICENSE;md5=9a33897f1bca1160d7aad3835152e158 # ---------------------------------------------------------------------------- -- 2.23.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de