| SUMMARY = "Client for MQTT protocol" | |
| HOMEPAGE = "https://github.com/wialon/gmqtt" | |
| LICENSE = "MIT" | |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=903f1792621a3b35ee546da75d139177" | |
| SRC_URI[sha256sum] = "bedfec7bac26b6b4ce1f0c4c32cff3d663526a54c882d323d41560fc3b9b44a2" | |
| inherit pypi setuptools3 | |
| RDEPENDS:${PN} += "\ | |
| python3-asyncio \ | |
| python3-core \ | |
| python3-datetime \ | |
| python3-json \ | |
| python3-logging \ | |
| python3-netclient \ | |
| " | |
| BBCLASSEXTEND = "native nativesdk" |