Changelog: https://github.com/eclipse-paho/paho.mqtt.c/releases/tag/v1.3.16
Changes: - Bumped minimum CMake to v3.12 - Consolidated "Event" thread signaling object. - Reduce latency on connect #1430 - Fixed warning in Window build for TCP_NODELAY - Added a .clang-format file and bash script to run it Signed-off-by: Andrej Kozemcak <[email protected]> --- .../{paho-mqtt-c_1.3.15.bb => paho-mqtt-c_1.3.16.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/paho-mqtt-c/{paho-mqtt-c_1.3.15.bb => paho-mqtt-c_1.3.16.bb} (95%) diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.15.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.16.bb similarity index 95% rename from meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.15.bb rename to meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.16.bb index 64b9de3848..a3ef667db7 100644 --- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.15.bb +++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.16.bb @@ -14,7 +14,7 @@ SRC_URI = " \ git://github.com/eclipse/paho.mqtt.c;protocol=https;branch=master;tag=v${PV} \ " -SRCREV = "62782406bcf511ee8e22bc34e826f8c6b8254c7c" +SRCREV = "4a939ddb01eea581a32fd6f0adcfee51b91d2601" DEPENDS = "openssl" -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124981): https://lists.openembedded.org/g/openembedded-devel/message/124981 Mute This Topic: https://lists.openembedded.org/mt/118218626/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
