Move all to deprecated folder.
This commit is contained in:
@@ -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,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
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user