Move buildroot to bsp directory.
This commit is contained in:
11
bsp/buildroot/package/python-tornado/Config.in
Normal file
11
bsp/buildroot/package/python-tornado/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PYTHON_TORNADO
|
||||
bool "python-tornado"
|
||||
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
|
||||
select BR2_PACKAGE_PYTHON_SINGLEDISPATCH if BR2_PACKAGE_PYTHON # runtime
|
||||
select BR2_PACKAGE_PYTHON_BACKPORTS_ABC # runtime
|
||||
help
|
||||
Tornado is a Python web framework and asynchronous networking
|
||||
library, originally developed at FriendFeed.
|
||||
|
||||
http://www.tornadoweb.org
|
||||
3
bsp/buildroot/package/python-tornado/python-tornado.hash
Normal file
3
bsp/buildroot/package/python-tornado/python-tornado.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=c548d7b77a11d523c3d7255bd7fd6df8, sha256 locally computed
|
||||
md5 d13a99dc0b60ba69f5f8ec1235e5b232 tornado-4.3.tar.gz
|
||||
sha256 c9c2d32593d16eedf2cec1b6a41893626a2649b40b21ca9c4cac4243bde2efbf tornado-4.3.tar.gz
|
||||
13
bsp/buildroot/package/python-tornado/python-tornado.mk
Normal file
13
bsp/buildroot/package/python-tornado/python-tornado.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-tornado
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TORNADO_VERSION = 4.3
|
||||
PYTHON_TORNADO_SOURCE = tornado-$(PYTHON_TORNADO_VERSION).tar.gz
|
||||
PYTHON_TORNADO_SITE = https://pypi.python.org/packages/source/t/tornado
|
||||
PYTHON_TORNADO_LICENSE = Apache-2.0
|
||||
PYTHON_TORNADO_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user