diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-05-30 01:09:59 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-31 22:42:25 -0700 |
commit | aa615a8e6093759fd580217be79dc037d9c0d79c (patch) | |
tree | bc31e483a27ada23a634c87e84adf1125b8ce4e7 | |
parent | af3fc04cfb64d9f229be26f47b4dec892ff919dc (diff) | |
download | meta-openembedded-aa615a8e6093759fd580217be79dc037d9c0d79c.tar.gz |
mosquitto: upgrade 1.6.9 -> 1.6.10
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.10.bb (renamed from meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.9.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.9.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.10.bb index de43aae736..31b5f678df 100644 --- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.9.bb +++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.10.bb | |||
@@ -20,8 +20,8 @@ SRC_URI = "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \ | |||
20 | file://install-protocol.patch \ | 20 | file://install-protocol.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI[md5sum] = "52f5078ec18aaf623b14dfb121fd534b" | 23 | SRC_URI[md5sum] = "960f963b81b7f93982d7511cd28082e5" |
24 | SRC_URI[sha256sum] = "412979b2db0a0020bd02fa64f0a0de9e7000b84462586e32b67f29bb1f6c1685" | 24 | SRC_URI[sha256sum] = "92d1807717f0f6d57d1ac1207ffdb952e8377e916c7b0bb4718f745239774232" |
25 | 25 | ||
26 | inherit systemd update-rc.d useradd cmake | 26 | inherit systemd update-rc.d useradd cmake |
27 | 27 | ||