diff options
| author | zangrc <zangrc.fnst@fujitsu.com> | 2021-08-02 11:37:50 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 08:52:32 -0700 |
| commit | 9b03daa43aef2e65be574f49ec44da9c56801271 (patch) | |
| tree | 45df32e75d6da9abcf8e7c7c5837872e53f9ef5b /meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb | |
| parent | 2fe2e93c9eef7fae5d8ee6aa4ccf647554252b63 (diff) | |
| download | meta-openembedded-9b03daa43aef2e65be574f49ec44da9c56801271.tar.gz | |
python3-gmqtt: upgrade 0.6.9 -> 0.6.10
Fix unsubscribe and heap storage behavior
Fair waiting for the heap based storage is empty
Fix unsubscribe cleans subscriptions storage
Fix tests
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb new file mode 100644 index 0000000000..8ecb691f82 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-gmqtt_0.6.10.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Client for MQTT protocol" | ||
| 2 | HOMEPAGE = "https://github.com/wialon/gmqtt" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=903f1792621a3b35ee546da75d139177" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "7ab7a226ab13d75f7bc34a1422da73658ce4cac86708bf55f92daf7c5f44165a" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS_${PN} += "\ | ||
| 11 | python3-asyncio \ | ||
| 12 | python3-core \ | ||
| 13 | python3-datetime \ | ||
| 14 | python3-json \ | ||
| 15 | python3-logging \ | ||
| 16 | python3-netclient \ | ||
| 17 | " | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
