diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-03-16 17:06:06 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-17 08:44:41 -0700 |
commit | 5e70e778a2c8b188eb5eb07e1e96d4010c4528b9 (patch) | |
tree | 658ada95cd981ac0264ebe4e4ef7f69260862194 | |
parent | f096abd399ad634a60bed46458072839072a6ba0 (diff) | |
download | meta-openembedded-5e70e778a2c8b188eb5eb07e1e96d4010c4528b9.tar.gz |
mosquitto: update to 1.5.8
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-connectivity/mosquitto/mosquitto_1.5.8.bb (renamed from meta-networking/recipes-connectivity/mosquitto/mosquitto_1.5.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.5.4.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.5.8.bb index 8f406ff9c..768b5930f 100644 --- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.5.4.bb +++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.5.8.bb | |||
@@ -14,8 +14,8 @@ SRC_URI = "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \ | |||
14 | file://mosquitto.init \ | 14 | file://mosquitto.init \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI[md5sum] = "4fe8eb707777eb4bfcb5cd432c30a467" | 17 | SRC_URI[md5sum] = "bbbcceb32db3657d9d436a8440a9db1c" |
18 | SRC_URI[sha256sum] = "5fd7f3454fd6d286645d032bc07f44a1c8583cec02ef2422c9eb32e0a89a9b2f" | 18 | SRC_URI[sha256sum] = "78d7e70c3794dc3a1d484b4f2f8d3addebe9c2da3f5a1cebe557f7d13beb0da4" |
19 | 19 | ||
20 | inherit systemd update-rc.d useradd | 20 | inherit systemd update-rc.d useradd |
21 | 21 | ||