diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2018-07-02 19:04:22 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-03 17:42:25 -0700 |
commit | b837e58eea4a81cb68c18bdd69a7ebf496838874 (patch) | |
tree | 653d693aaeb9268d864b1128075ca5067b5c9899 /meta-oe/recipes-connectivity | |
parent | a19bb52b0a092ed6dadebf4c525583928b0dec59 (diff) | |
download | meta-openembedded-b837e58eea4a81cb68c18bdd69a7ebf496838874.tar.gz |
paho-mqtt-c: Upgrade to 1.2.1
Upgrade paho.mqtt.c to the latest stable release from April 10.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.2.1.bb (renamed from meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.2.0.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.2.1.bb index fec380ce6..a7a9b5a6c 100644 --- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.2.0.bb +++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.2.1.bb | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = " \ | |||
13 | 13 | ||
14 | SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http" | 14 | SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http" |
15 | 15 | ||
16 | SRCREV = "e8d34da24ad807f5e698b327d67591fd4b4bfa7e" | 16 | SRCREV = "09fe0744e02f317b907e96dd5afcc02224ddbb85" |
17 | 17 | ||
18 | DEPENDS = "openssl" | 18 | DEPENDS = "openssl" |
19 | 19 | ||