diff options
author | Matthias Klein <matthias@extraklein.de> | 2023-10-20 09:38:50 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-10-20 08:25:14 -0700 |
commit | 9f70554e435b31490cbec4c660363a3dea72db92 (patch) | |
tree | b7a3da191c90717c3abd4a9d24a415faf9ecae5c /meta-oe/recipes-connectivity/paho-mqtt-c | |
parent | c817cf55aeb2f7b9cee2281bfff2232be9a5c5e8 (diff) | |
download | meta-openembedded-9f70554e435b31490cbec4c660363a3dea72db92.tar.gz |
paho-mqtt-c: upgrade 1.3.12 -> 1.3.13
Service release.
Issues resolved:
https://github.com/eclipse/paho.mqtt.c/milestone/20?closed=1
Signed-off-by: Matthias Klein <matthias@extraklein.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/paho-mqtt-c')
-rw-r--r-- | meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.13.bb (renamed from meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.13.bb index 4decb098c7..6f229001f6 100644 --- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb +++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.13.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = " \ | |||
12 | 12 | ||
13 | SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=https;branch=master" | 13 | SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=https;branch=master" |
14 | 14 | ||
15 | SRCREV = "4157a27d39f1dd5b95750ecb6acd1481432785d8" | 15 | SRCREV = "07a875788d8cc6f5833b12581d6e3e349b34d719" |
16 | 16 | ||
17 | DEPENDS = "openssl" | 17 | DEPENDS = "openssl" |
18 | 18 | ||