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:
11
buildroot/package/python-bluezero/Config.in
Normal file
11
buildroot/package/python-bluezero/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_PYTHON_BLUEZERO
|
||||
bool "python-bluezero"
|
||||
help
|
||||
Python library for Bluetooth Low Energy (BLE) on Linux.
|
||||
|
||||
For central.py, peripheral.py and broadcaster.py you need
|
||||
to enable the dbus-python and the bluez5-utils package.
|
||||
For observer.py, you need to enable the python-aioblescan
|
||||
package.
|
||||
|
||||
https://github.com/ukBaz/python-bluezero
|
||||
3
buildroot/package/python-bluezero/python-bluezero.hash
Normal file
3
buildroot/package/python-bluezero/python-bluezero.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/bluezero/json
|
||||
md5 eeb444ecaf7c6bd2613d8ff0eb92d0ac bluezero-0.3.0.tar.gz
|
||||
sha256 7ebe7243169b5c7600941cb6aa31bc3f8b475c22f5ac32a94d2b0200d5faf684 bluezero-0.3.0.tar.gz
|
||||
13
buildroot/package/python-bluezero/python-bluezero.mk
Normal file
13
buildroot/package/python-bluezero/python-bluezero.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-bluezero
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_BLUEZERO_VERSION = 0.3.0
|
||||
PYTHON_BLUEZERO_SOURCE = bluezero-$(PYTHON_BLUEZERO_VERSION).tar.gz
|
||||
PYTHON_BLUEZERO_SITE = https://files.pythonhosted.org/packages/e4/d8/c5451133c0773a0378cadb6c014d7f03b5786da1d39af2f9eaa8028e6662
|
||||
PYTHON_BLUEZERO_SETUP_TYPE = setuptools
|
||||
PYTHON_BLUEZERO_LICENSE = MIT
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user