Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View 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/

View File

@@ -0,0 +1,2 @@
# From https://www.apache.org/dist/thrift/0.9.2/thrift-0.9.2.tar.gz.md5
md5 89f63cc4d0100912f4a1f8a9dee63678 thrift-0.9.2.tar.gz

View File

@@ -0,0 +1,15 @@
################################################################################
#
# python-thrift
#
################################################################################
PYTHON_THRIFT_VERSION = 0.9.2
PYTHON_THRIFT_SOURCE = thrift-$(PYTHON_THRIFT_VERSION).tar.gz
PYTHON_THRIFT_SITE = http://www.us.apache.org/dist/thrift/$(PYTHON_THRIFT_VERSION)
PYTHON_THRIFT_LICENSE = Apache-2.0
PYTHON_THRIFT_LICENSE_FILES = LICENSE
PYTHON_THRIFT_SETUP_TYPE = setuptools
PYTHON_THRIFT_SUBDIR = lib/py
$(eval $(python-package))