From ce6a821012e0599856016d2d1088cae88d997787 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 11 Mar 2025 16:54:35 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../asyncmqtt/{asyncmqtt_10.0.0.bb => asyncmqtt_10.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/asyncmqtt/{asyncmqtt_10.0.0.bb => asyncmqtt_10.1.0.bb} (87%) diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.0.0.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.1.0.bb similarity index 87% rename from meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.0.0.bb rename to 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" LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c" SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https" -SRCREV = "d802dc5491bfb17ea88c04bf9187a62252d64ddc" +SRCREV = "21046ebc4a5475c14cea446715734c88fe33d276" DEPENDS = "openssl boost"