Move buildroot to bsp directory.
This commit is contained in:
6
bsp/buildroot/package/python-serial/Config.in
Normal file
6
bsp/buildroot/package/python-serial/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_SERIAL
|
||||
bool "python-serial"
|
||||
help
|
||||
python-serial is a Python library to access serial ports.
|
||||
|
||||
https://github.com/pyserial/pyserial
|
||||
3
bsp/buildroot/package/python-serial/python-serial.hash
Normal file
3
bsp/buildroot/package/python-serial/python-serial.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=f94bc6e141d60f17edc7bf8757c4d922, sha256 locally computed
|
||||
md5 f94bc6e141d60f17edc7bf8757c4d922 pyserial-3.0.tar.gz
|
||||
sha256 056c2d96c83c009d8d04aad43a90f91f10f6a97d42c0d9656c2655c63fb8ff07 pyserial-3.0.tar.gz
|
||||
14
bsp/buildroot/package/python-serial/python-serial.mk
Normal file
14
bsp/buildroot/package/python-serial/python-serial.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-serial
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SERIAL_VERSION = 3.0
|
||||
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 = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user