diff mbox

[07/11] python-serial: add license information

Message ID 1399390966-9678-8-git-send-email-rjbarnet@rockwellcollins.com
State Accepted
Commit 05b95a148a8928a83a88d4e6f4071fdc088281b2
Headers show

Commit Message

Ryan Barnett May 6, 2014, 3:42 p.m. UTC
Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com>
---
 package/python-serial/python-serial.mk |    2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/package/python-serial/python-serial.mk b/package/python-serial/python-serial.mk
index a44d799..d35a9f0 100644
--- a/package/python-serial/python-serial.mk
+++ b/package/python-serial/python-serial.mk
@@ -7,6 +7,8 @@ 
 PYTHON_SERIAL_VERSION = 2.6
 PYTHON_SERIAL_SOURCE  = pyserial-$(PYTHON_SERIAL_VERSION).tar.gz
 PYTHON_SERIAL_SITE    = http://pypi.python.org/packages/source/p/pyserial
+PYTHON_SERIAL_LICENSE = Python Software Foundation License
+PYTHON_SERIAL_LICENSE_FILES = LICENSE.txt
 PYTHON_SERIAL_SETUP_TYPE = distutils
 
 $(eval $(python-package))