diff options
author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2021-03-19 05:08:28 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-18 12:40:20 -0700 |
commit | 914648028259a80bb6c2a71e87289f5fa09d3c26 (patch) | |
tree | b912a2b83daffd3210787ea36f88ffe03793902b /meta-networking | |
parent | f2f3a3bf43e3c60d09c17603c8d8669ec53d3365 (diff) | |
download | meta-openembedded-914648028259a80bb6c2a71e87289f5fa09d3c26.tar.gz |
mosquitto: upgrade 2.0.8 -> 2.0.9
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.9.bb (renamed from meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.8.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.8.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.9.bb index 03a829fc8..97a380117 100644 --- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.8.bb +++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.9.bb | |||
@@ -19,8 +19,8 @@ SRC_URI = "http://mosquitto.org/files/source/mosquitto-${PV}.tar.gz \ | |||
19 | file://1571.patch \ | 19 | file://1571.patch \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SRC_URI[md5sum] = "542c30f32c4473b7c50dc2e4a1424cf6" | 22 | SRC_URI[md5sum] = "b77cee4ee6f0d32ca8816a58167e8b1d" |
23 | SRC_URI[sha256sum] = "b15da8fc4edcb91d554e1259e220ea0173ef639ceaa4b465e06feb7e125b84bf" | 23 | SRC_URI[sha256sum] = "1b8553ef64a1cf5e4f4cfbe098330ae612adccd3d37f35b2db6f6fab501b01d4" |
24 | 24 | ||
25 | inherit systemd update-rc.d useradd cmake | 25 | inherit systemd update-rc.d useradd cmake |
26 | 26 | ||