From ef4fb2211e3488bb0412557e1f933e4e201fe9b9 Mon Sep 17 00:00:00 2001 From: Matthias Klein Date: Tue, 4 Oct 2022 09:54:53 +0200 Subject: [PATCH] paho-mqtt-c: upgrade 1.3.10 -> 1.3.11 Service release. Issues resolved: https://github.com/eclipse/paho.mqtt.c/milestone/18?closed=1 Signed-off-by: Matthias Klein Signed-off-by: Khem Raj --- .../{paho-mqtt-c_1.3.10.bb => paho-mqtt-c_1.3.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/paho-mqtt-c/{paho-mqtt-c_1.3.10.bb => paho-mqtt-c_1.3.11.bb} (95%) diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.10.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.11.bb similarity index 95% rename from meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.10.bb rename to meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.11.bb index 374922e146..218672e266 100644 --- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.10.bb +++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.11.bb @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = " \ SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http;branch=master;protocol=https" -SRCREV = "eff2da4875725509fc97641b118d6badf3e3a08f" +SRCREV = "0995176412616ae8f1cba51c8d609fe4b69687ea" DEPENDS = "openssl"