From: Rahul Bedarkar Date: Sun, 9 Apr 2017 08:34:15 +0000 (+0530) Subject: python: use SPDX short identifier for license string X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=99ba222cf6f758adbbf5e6e1720f6b4ca5e21ccc;p=buildroot.git python: use SPDX short identifier for license string Signed-off-by: Rahul Bedarkar Signed-off-by: Thomas Petazzoni --- diff --git a/package/python/python.mk b/package/python/python.mk index 22d9141718..7ba5e37754 100644 --- a/package/python/python.mk +++ b/package/python/python.mk @@ -8,7 +8,7 @@ PYTHON_VERSION_MAJOR = 2.7 PYTHON_VERSION = $(PYTHON_VERSION_MAJOR).13 PYTHON_SOURCE = Python-$(PYTHON_VERSION).tar.xz PYTHON_SITE = http://python.org/ftp/python/$(PYTHON_VERSION) -PYTHON_LICENSE = Python software foundation license v2, others +PYTHON_LICENSE = Python-2.0, others PYTHON_LICENSE_FILES = LICENSE PYTHON_LIBTOOL_PATCH = NO