From 957e8de43ea394b268f2571396a2aa12d609474a Mon Sep 17 00:00:00 2001 From: Matthias Klein Date: Wed, 30 Mar 2022 10:20:42 +0200 Subject: [PATCH] paho-mqtt-c: upgrade 1.3.9 -> 1.3.10 Service release. Issues resolved: https://github.com/eclipse/paho.mqtt.c/milestone/17?closed=1 Signed-off-by: Matthias Klein Signed-off-by: Khem Raj --- .../paho-mqtt-c/{paho-mqtt-c_1.3.9.bb => paho-mqtt-c_1.3.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/paho-mqtt-c/{paho-mqtt-c_1.3.9.bb => paho-mqtt-c_1.3.10.bb} (95%) diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.9.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.10.bb similarity index 95% rename from meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.9.bb rename to meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.10.bb index a8541f0d0b..374922e146 100644 --- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.9.bb +++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.10.bb @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = " \ SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http;branch=master;protocol=https" -SRCREV = "3b7ae6348bc917d42c04efa962e4868c09bbde9f" +SRCREV = "eff2da4875725509fc97641b118d6badf3e3a08f" DEPENDS = "openssl"