diff options
author | zangrc <zangrc.fnst@fujitsu.com> | 2021-04-09 01:13:27 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-04-08 09:25:54 -0700 |
commit | bb60da5cfc3fd9a636a15f319a372d935f68355e (patch) | |
tree | 2c8274072dd051fb7be149d354cddbffa49bf12f /meta-networking | |
parent | ae4dd366014a87e7a196f5b2e168666cdda5a43f (diff) | |
download | meta-openembedded-bb60da5cfc3fd9a636a15f319a372d935f68355e.tar.gz |
mosquitto: upgrade 2.0.9 -> 2.0.10
Signed-off-by: Zang Ruochen <zangrc.fnst@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.10.bb (renamed from meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.9.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.9.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.10.bb index 97a380117e..b815ac3b49 100644 --- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.9.bb +++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.10.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] = "b77cee4ee6f0d32ca8816a58167e8b1d" | 22 | SRC_URI[md5sum] = "3d1c327d8c5881f56983bee1e3c8f068" |
23 | SRC_URI[sha256sum] = "1b8553ef64a1cf5e4f4cfbe098330ae612adccd3d37f35b2db6f6fab501b01d4" | 23 | SRC_URI[sha256sum] = "0188f7b21b91d6d80e992b8d6116ba851468b3bd154030e8a003ed28fb6f4a44" |
24 | 24 | ||
25 | inherit systemd update-rc.d useradd cmake | 25 | inherit systemd update-rc.d useradd cmake |
26 | 26 | ||