summaryrefslogtreecommitdiff
path: root/package/python3
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-23 20:33:20 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-27 14:36:05 +0200
commitd8ba42df87b08b661ba906b8ab906fef65491509 (patch)
tree8df192ce2781f9c0b04712e0c4ad2db6bc0d5f04 /package/python3
parent458bdf3f5f4e8e608669cf8c2d6638b08c5f91f3 (diff)
python3: define license and license files
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python3')
-rw-r--r--package/python3/python3.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/python3/python3.mk b/package/python3/python3.mk
index 3aa22b273..494131678 100644
--- a/package/python3/python3.mk
+++ b/package/python3/python3.mk
@@ -8,6 +8,8 @@ PYTHON3_VERSION_MAJOR = 3.4
PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).1
PYTHON3_SOURCE = Python-$(PYTHON3_VERSION).tar.xz
PYTHON3_SITE = http://python.org/ftp/python/$(PYTHON3_VERSION)
+PYTHON3_LICENSE = Python software foundation license v2, others
+PYTHON3_LICENSE_FILES = LICENSE
# Python needs itself and a "pgen" program to build itself, both being
# provided in the Python sources. So in order to cross-compile Python,