summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Pedersen <lapeddk@gmail.com>2019-12-04 12:52:18 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-12-05 16:46:17 +0100
commit0cdf744fc8ce55eb8a67d68c73c6479cf9aaddd2 (patch)
tree9e1c61abb6843ed05e5bf65c35feae1af5accd88
parentb2d69f8046e2b4414d7222f638c15b80f2d64243 (diff)
downloadptxdist-0cdf744fc8ce55eb8a67d68c73c6479cf9aaddd2.tar.gz
ptxdist-0cdf744fc8ce55eb8a67d68c73c6479cf9aaddd2.tar.xz
python3-setuptools: bugfix license_files name
Wrong license_files field name used. Signed-off-by: Lars Pedersen <lapeddk@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/python3-setuptools.make2
1 files changed, 1 insertions, 1 deletions
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
# ----------------------------------------------------------------------------