[Buildroot] [git commit] python3: define license and license files

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jul 27 12:36:05 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=d8ba42df87b08b661ba906b8ab906fef65491509
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/python3/python3.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/python3/python3.mk b/package/python3/python3.mk
index 3aa22b2..4941316 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,



More information about the buildroot mailing list