diff options
| author | Andrej Kozemcak <andrej.kozemcak@siemens.com> | 2026-03-09 11:06:24 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 13:25:19 -0700 |
| commit | 7a367dc9a8d271b7285c83025a54f95741c0aedd (patch) | |
| tree | 2ae278bcc35080d7d9cfa1c613aab3d25195d0f2 | |
| parent | f9f18709bc606e9675e1486f05ed86677e777ee3 (diff) | |
| download | meta-openembedded-7a367dc9a8d271b7285c83025a54f95741c0aedd.tar.gz | |
paho-mqtt-c: upgrade 1.3.15 -> 1.3.16
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 <andrej.kozemcak@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.16.bb (renamed from meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.15.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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 = " \ | |||
| 14 | git://github.com/eclipse/paho.mqtt.c;protocol=https;branch=master;tag=v${PV} \ | 14 | git://github.com/eclipse/paho.mqtt.c;protocol=https;branch=master;tag=v${PV} \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | SRCREV = "62782406bcf511ee8e22bc34e826f8c6b8254c7c" | 17 | SRCREV = "4a939ddb01eea581a32fd6f0adcfee51b91d2601" |
| 18 | 18 | ||
| 19 | DEPENDS = "openssl" | 19 | DEPENDS = "openssl" |
| 20 | 20 | ||
