summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-02-26 07:23:51 +0800
committerKhem Raj <raj.khem@gmail.com>2025-02-26 08:30:48 -0800
commita370e5d1c431539fa0c4d60dac0b0cc6c78fa42a (patch)
treed3121af190fe75c04b411cddd499397bcdf5c2ef
parentd9b91513488916ef843d04377eb6841590ca047c (diff)
downloadmeta-openembedded-a370e5d1c431539fa0c4d60dac0b0cc6c78fa42a.tar.gz
asyncmqtt: upgrade 9.0.2 -> 10.0.0
breaking changes #388 ================== - Re-organized include files. - Removed non bulk read to meet Sans-I/O interface. - Supported I/O independent (aka Sans-I/O) library. - underlying_handshake functionality is updated from free function to member function. other updates ================ - Added invalid combination checking of sharename and nl(no local). - Fixed receive maximum processing. - Fixed invalid Message Expiry Interval applying. - Fixed invalid template parameter comparison. - Added custom logger example. - Refined documents. - Made colored log selectable (by default true(colored)). - Fixed misuse of bound allocator. - Fixed TLS example. 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.0.0.bb (renamed from meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_9.0.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_9.0.2.bb b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.0.0.bb
index dac83065c2..e44ddc58f9 100644
--- a/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_9.0.2.bb
+++ b/meta-oe/recipes-connectivity/asyncmqtt/asyncmqtt_10.0.0.bb
@@ -5,7 +5,7 @@ LICENSE = "BSL-1.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
6 6
7SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https" 7SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https"
8SRCREV = "51a97adfd022cf5205c3bb31f38ace1f7fbd21a1" 8SRCREV = "d802dc5491bfb17ea88c04bf9187a62252d64ddc"
9 9
10DEPENDS = "openssl boost" 10DEPENDS = "openssl boost"
11 11