diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-11 16:54:35 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-11 17:17:19 -0700 |
commit | ce6a821012e0599856016d2d1088cae88d997787 (patch) | |
tree | e5584c05a52f4bb6962fbbea7e6358915266278f /meta-oe | |
parent | c6cbcb0344b744c3106ee33d2962dc5d8566bcd8 (diff) | |
download | meta-openembedded-ce6a821012e0599856016d2d1088cae88d997787.tar.gz |
asyncmqtt: upgrade 10.0.0 -> 10.1.0
Changelog:
=============
* Added C++20 coroutine version of broker (experimental).
* Fixed connection status updating timing.
* Refined CI.
* Refined log level.
* Refined documentr. Added coding rule to navigation bar.
* Refined broker.
* Changed the broker auth JSON file comment syntax.
* Fixed broker websocket connection.
* Refined documents.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb (renamed from meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.0.0.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb index e44ddc58f9..3a02c714c1 100644 --- a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.0.0.bb +++ b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "BSL-1.0" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https" | 7 | SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https" |
8 | SRCREV = "d802dc5491bfb17ea88c04bf9187a62252d64ddc" | 8 | SRCREV = "21046ebc4a5475c14cea446715734c88fe33d276" |
9 | 9 | ||
10 | DEPENDS = "openssl boost" | 10 | DEPENDS = "openssl boost" |
11 | 11 | ||