diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2017-04-03 00:13:08 +0530 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-03 14:56:23 +0200 |
commit | 705c0c2292825adbdaf613a592521853c534bcdf (patch) | |
tree | 088215695af7e467470cd0a58e2c69ee06cd8f9f /package/python-serial/python-serial.mk | |
parent | 414591fcc5f74d678fc241adb0c5f6842a8423e6 (diff) | |
download | buildroot-705c0c2292825adbdaf613a592521853c534bcdf.tar.gz buildroot-705c0c2292825adbdaf613a592521853c534bcdf.zip |
python-serial: fix legal info
python-serial is provided under BSD-3-Clause license.
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-serial/python-serial.mk')
-rw-r--r-- | package/python-serial/python-serial.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-serial/python-serial.mk b/package/python-serial/python-serial.mk index 4b3ffadc1c..ce7ec07062 100644 --- a/package/python-serial/python-serial.mk +++ b/package/python-serial/python-serial.mk @@ -7,7 +7,7 @@ PYTHON_SERIAL_VERSION = 3.1 PYTHON_SERIAL_SOURCE = pyserial-$(PYTHON_SERIAL_VERSION).tar.gz PYTHON_SERIAL_SITE = https://pypi.python.org/packages/ce/9c/694ce79a9d4a164e109aeba1a40fba23336f3b7554978553e22a5d41d54d -PYTHON_SERIAL_LICENSE = Python Software Foundation License +PYTHON_SERIAL_LICENSE = BSD-3-Clause PYTHON_SERIAL_LICENSE_FILES = LICENSE.txt PYTHON_SERIAL_SETUP_TYPE = setuptools |