From 6917dd58e17c9ca78cf4fca7b6995fc6fc719622 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Sat, 1 Aug 2020 01:21:15 +0800 Subject: [PATCH] paho-mqtt-c: upgrade 1.3.2 -> 1.3.4 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../paho-mqtt-c/{paho-mqtt-c_1.3.2.bb => paho-mqtt-c_1.3.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/paho-mqtt-c/{paho-mqtt-c_1.3.2.bb => paho-mqtt-c_1.3.4.bb} (95%) diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.2.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.4.bb similarity index 95% rename from meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.2.bb rename to meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.4.bb index 3a1222e89e..2d4e39bf97 100644 --- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.2.bb +++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.4.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = " \ SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http \ file://0001-Fix-bug-of-free-with-musl.patch" -SRCREV = "3148fe2d5f4b87e16266dfe559c0764e16ca0546" +SRCREV = "2d3d0941a9233889d4d5cc37f5182bbefea261ad" DEPENDS = "openssl"