summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-02-25 17:36:56 +0800
committerKhem Raj <raj.khem@gmail.com>2026-02-25 09:49:48 -0800
commit0a67fd110bdfce99a3f3048493072357e737b083 (patch)
tree81a1f1b1012904ffac08c62d19c45296efc24ce7
parent935b8c85a9368b72cfcf7923daf85628ac7c3881 (diff)
downloadmeta-openembedded-0a67fd110bdfce99a3f3048493072357e737b083.tar.gz
asyncmqtt: upgrade 10.2.6 -> 10.3.0
Changelog: ============= - Added Share Name character check. - Implemented cmake package version checking. - Fixed broker tool not delivering all retained messages when wildcard subscription matches multiple topics. - Added get_qos2_publish_handled_pids(), restore_qos2_publish_handled_pids(), restore_packets(), and get_stored_packets() to client for convenient. - get_endpoint() can be omitted now. - Refined reconnect examples. - Added websocket async_close timeout. - Added documentation regarding stream reuse restrictions for TLS-related streams. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.3.0.bb (renamed from meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.3.0.bb
index 47de7a7344..0e1e155356 100644
--- a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.2.6.bb
+++ b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.3.0.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
7CVE_PRODUCT = "async_mqtt" 7CVE_PRODUCT = "async_mqtt"
8 8
9SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}" 9SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}"
10SRCREV = "cb3d37dc3432b9c03fe631eeba2d548de7457bf9" 10SRCREV = "7129d72c1b9adf159bc506206df3fb422bb9fb84"
11 11
12DEPENDS = "openssl boost" 12DEPENDS = "openssl boost"
13 13