diff options
author | zangrc <zangrc.fnst@fujitsu.com> | 2021-06-18 22:11:33 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-06-18 08:42:25 -0700 |
commit | d7a5707894093ec6b7bd7f62f245290c1373ddbf (patch) | |
tree | 9617e2e85f9c3be0d19321e37a14f57446ffdef2 | |
parent | 12cd13dc82b58e92bb2e769ded04a153f25744af (diff) | |
download | meta-openembedded-d7a5707894093ec6b7bd7f62f245290c1373ddbf.tar.gz |
mosquitto: upgrade 2.0.10 -> 2.0.11
-License-Update: notice.html does not exist in this version, use NOTICE.md to
check.
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.11.bb (renamed from meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.10.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.10.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.11.bb index b815ac3b4..9f1c024bb 100644 --- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.10.bb +++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.11.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "EPL-2.0 | EDL-1.0" | |||
10 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca9a8f366c6babf593e374d0d7d58749 \ | 10 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca9a8f366c6babf593e374d0d7d58749 \ |
11 | file://edl-v10;md5=c09f121939f063aeb5235972be8c722c \ | 11 | file://edl-v10;md5=c09f121939f063aeb5235972be8c722c \ |
12 | file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \ | 12 | file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \ |
13 | file://notice.html;md5=541f8f37af492858dab8d2c1b69ede69 \ | 13 | file://NOTICE.md;md5=a7a91b4754c6f7995020d1b49bc829c6 \ |
14 | " | 14 | " |
15 | DEPENDS = "uthash cjson dlt-daemon" | 15 | DEPENDS = "uthash cjson dlt-daemon" |
16 | 16 | ||
@@ -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] = "3d1c327d8c5881f56983bee1e3c8f068" | 22 | SRC_URI[md5sum] = "638d801e6aac611b41de76d030951612" |
23 | SRC_URI[sha256sum] = "0188f7b21b91d6d80e992b8d6116ba851468b3bd154030e8a003ed28fb6f4a44" | 23 | SRC_URI[sha256sum] = "7b36a7198bce85cf31b132f5c6ee36dcf5dadf86fb768501eb1e11ce95d4f78a" |
24 | 24 | ||
25 | inherit systemd update-rc.d useradd cmake | 25 | inherit systemd update-rc.d useradd cmake |
26 | 26 | ||