summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Klein <matthias@extraklein.de>2022-12-21 13:46:05 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2025-09-29 20:15:31 +0200
commit363008a4d680672eb7e119fee515bb196a698049 (patch)
tree7e4dcf12e22a17f5f2edc6c28f4a366446afc65e
parentd37c4ea0e890aba6a05831fdccdac1a40885f1b9 (diff)
downloadmeta-openembedded-363008a4d680672eb7e119fee515bb196a698049.tar.gz
paho-mqtt-c: upgrade 1.3.11 -> 1.3.12
Service release. Issues resolved: https://github.com/eclipse/paho.mqtt.c/milestone/19?closed=1 Signed-off-by: Matthias Klein <matthias@extraklein.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 29c4df0cbea8e84dc27a2d651360fd8e516d51be) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb (renamed from meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.11.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.11.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb
index 218672e266..d006ae7636 100644
--- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.11.bb
+++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = " \
13 13
14SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http;branch=master;protocol=https" 14SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http;branch=master;protocol=https"
15 15
16SRCREV = "0995176412616ae8f1cba51c8d609fe4b69687ea" 16SRCREV = "4157a27d39f1dd5b95750ecb6acd1481432785d8"
17 17
18DEPENDS = "openssl" 18DEPENDS = "openssl"
19 19