mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:46:45 -09:00
python-serial: add license information
Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
407db483ba
commit
05b95a148a
1 changed files with 2 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue