Update buildroot 2020.02.01 (#622)
* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
20
buildroot/package/python-avro/Config.in
Normal file
20
buildroot/package/python-avro/Config.in
Normal file
@@ -0,0 +1,20 @@
|
||||
config BR2_PACKAGE_PYTHON_AVRO
|
||||
bool "python-avro"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
Select this option to install the Avro Python3 language
|
||||
bindings, and the `avro` command line tool
|
||||
|
||||
Apache Avro is a data serialization system.
|
||||
Avro provides:
|
||||
- Rich data structures.
|
||||
- A compact, fast, binary data format.
|
||||
- A container file, to store persistent data.
|
||||
- Remote procedure call (RPC).
|
||||
- Simple integration with dynamic languages.
|
||||
- Code generation is not required to read or write data
|
||||
files nor to use or implement RPC protocols.
|
||||
- Code generation as an optional optimization,
|
||||
only worth implementing for statically typed languages.
|
||||
|
||||
http://avro.apache.org/
|
||||
5
buildroot/package/python-avro/python-avro.hash
Normal file
5
buildroot/package/python-avro/python-avro.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# From https://www-eu.apache.org/dist/avro/avro-1.9.1/py3/avro-python3-1.9.1.tar.gz.sha512
|
||||
sha512 771ce6e5ca6315f5b9108cb4f5dd9488575cc3433ffdd744f96ce7989763728259c89475319fd9c411ed6b65c996b762548c50a697eb1fba9ab024112ca17daa avro-python3-1.9.1.tar.gz
|
||||
|
||||
# License files
|
||||
sha256 c79a7fea0e3cac04cd43f20e7b648e5a0ff8fa5344e644b0ee09ca1162b62747 avro/LICENSE
|
||||
14
buildroot/package/python-avro/python-avro.mk
Normal file
14
buildroot/package/python-avro/python-avro.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-avro
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AVRO_VERSION = $(AVRO_C_VERSION)
|
||||
PYTHON_AVRO_SITE = https://www-eu.apache.org/dist/avro/avro-1.9.1/py3
|
||||
PYTHON_AVRO_SOURCE = avro-python3-$(PYTHON_AVRO_VERSION).tar.gz
|
||||
PYTHON_AVRO_LICENSE = Apache-2.0
|
||||
PYTHON_AVRO_LICENSE_FILES = avro/LICENSE
|
||||
PYTHON_AVRO_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user