generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-logstash/Config.in
Normal file
6
package/python-logstash/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_LOGSTASH
|
||||
bool "python-logstash"
|
||||
help
|
||||
Python logging handler for Logstash.
|
||||
|
||||
https://github.com/vklochan/python-logstash
|
||||
5
package/python-logstash/python-logstash.hash
Normal file
5
package/python-logstash/python-logstash.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/python-logstash/json
|
||||
md5 e2cbc75dd5417cb55acaa3a12bf3afac python-logstash-0.4.8.tar.gz
|
||||
sha256 d04e1ce11ecc107e4a4f3b807fc57d96811e964a554081b3bbb44732f74ef5f9 python-logstash-0.4.8.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 fea6a5c634ac9d9e047151675adc197c16f45bfba3c26ab113f48fb9fa717fff LICENSE
|
||||
13
package/python-logstash/python-logstash.mk
Normal file
13
package/python-logstash/python-logstash.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-logstash
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_LOGSTASH_VERSION = 0.4.8
|
||||
PYTHON_LOGSTASH_SITE = https://files.pythonhosted.org/packages/f7/3b/c3a957bbdd23859f07905fc3d1adfe89957217a347478c58409f0315cf1d
|
||||
PYTHON_LOGSTASH_SETUP_TYPE = distutils
|
||||
PYTHON_LOGSTASH_LICENSE = MIT
|
||||
PYTHON_LOGSTASH_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user