update buildroot to 2017.02.11
This commit is contained in:
7
bsp/buildroot-2017.02.11/package/python-thrift/Config.in
Normal file
7
bsp/buildroot-2017.02.11/package/python-thrift/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_THRIFT
|
||||
bool "python-thrift"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
help
|
||||
python-thrift is a Python bindings for the Apache Thrift RPC system.
|
||||
|
||||
http://thrift.apache.org/
|
||||
@@ -0,0 +1,3 @@
|
||||
# md5 from https://pypi.python.org/pypi/thrift/json, sha256 locally computed
|
||||
md5 b519551d7a086bb0b4f222a8f566b7e8 thrift-0.9.3.tar.gz
|
||||
sha256 dfbc3d3bd19d396718dab05abaf46d93ae8005e2df798ef02e32793cd963877e thrift-0.9.3.tar.gz
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-thrift
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_THRIFT_VERSION = 0.9.3
|
||||
PYTHON_THRIFT_SOURCE = thrift-$(PYTHON_THRIFT_VERSION).tar.gz
|
||||
PYTHON_THRIFT_SITE = https://pypi.python.org/packages/ae/58/35e3f0cd290039ff862c2c9d8ae8a76896665d70343d833bdc2f748b8e55
|
||||
PYTHON_THRIFT_LICENSE = Apache-2.0
|
||||
PYTHON_THRIFT_LICENSE_FILES = setup.py
|
||||
PYTHON_THRIFT_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user