1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_BLUEZERO 2*4882a593Smuzhiyun bool "python-bluezero" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_GOBJECT_INTROSPECTION_ARCH_SUPPORTS # python-gobject -> gobject-introspection 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # python-gobject -> gobject-introspection 5*4882a593Smuzhiyun depends on BR2_HOST_GCC_AT_LEAST_8 # python-gobject -> gobject-introspection -> host-qemu 6*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_USES_GLIBC # python-gobject -> gobject-introspection 7*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 8*4882a593Smuzhiyun select BR2_PACKAGE_DBUS # runtime 9*4882a593Smuzhiyun select BR2_PACKAGE_DBUS_PYTHON # runtime 10*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_GOBJECT # runtime 11*4882a593Smuzhiyun help 12*4882a593Smuzhiyun Python library for Bluetooth Low Energy (BLE) on Linux. 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun https://github.com/ukBaz/python-bluezero 15*4882a593Smuzhiyun 16*4882a593Smuzhiyuncomment "python-bluezero needs a glibc toolchain, gcc >= 4.9, host gcc >= 8" 17*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 18*4882a593Smuzhiyun depends on BR2_PACKAGE_GOBJECT_INTROSPECTION_ARCH_SUPPORTS 19*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_USES_GLIBC || \ 20*4882a593Smuzhiyun !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || \ 21*4882a593Smuzhiyun !BR2_HOST_GCC_AT_LEAST_8 22