mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
python3: define license and license files
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
458bdf3f5f
commit
d8ba42df87
@ -8,6 +8,8 @@ PYTHON3_VERSION_MAJOR = 3.4
|
|||||||
PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).1
|
PYTHON3_VERSION = $(PYTHON3_VERSION_MAJOR).1
|
||||||
PYTHON3_SOURCE = Python-$(PYTHON3_VERSION).tar.xz
|
PYTHON3_SOURCE = Python-$(PYTHON3_VERSION).tar.xz
|
||||||
PYTHON3_SITE = http://python.org/ftp/python/$(PYTHON3_VERSION)
|
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
|
# Python needs itself and a "pgen" program to build itself, both being
|
||||||
# provided in the Python sources. So in order to cross-compile Python,
|
# provided in the Python sources. So in order to cross-compile Python,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user