diff options
author | Gianfranco Costamagna <gianfranco.costamagna@abinsula.com> | 2022-02-08 17:15:32 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-08 09:00:19 -0800 |
commit | 887f69dde931f039b58eb0de3ecf9ffd2ab3dbfe (patch) | |
tree | e67c22ce5e5d787e8412f9afe21f9d0e1f81e398 /meta-networking | |
parent | 586b0b3f2c8a1513cb00e34ed69e7d405fd21974 (diff) | |
download | meta-openembedded-887f69dde931f039b58eb0de3ecf9ffd2ab3dbfe.tar.gz |
mosquitto: upgrade 2.0.12 -> 2.0.14
- Upgrade license hash due to whitespace changes
- refresh patch 1571.patch
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/mosquitto/files/1571.patch | 2 | ||||
-rw-r--r-- | meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.14.bb (renamed from meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.12.bb) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-connectivity/mosquitto/files/1571.patch b/meta-networking/recipes-connectivity/mosquitto/files/1571.patch index 37560f30c..627638ec8 100644 --- a/meta-networking/recipes-connectivity/mosquitto/files/1571.patch +++ b/meta-networking/recipes-connectivity/mosquitto/files/1571.patch | |||
@@ -19,4 +19,4 @@ Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> | |||
19 | + LINK_FLAGS "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/linker.version" | 19 | + LINK_FLAGS "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/linker.version" |
20 | ) | 20 | ) |
21 | 21 | ||
22 | install(TARGETS libmosquitto RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}") | 22 | install(TARGETS libmosquitto |
diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.12.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.14.bb index 06d8211a2..739b7de62 100644 --- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.12.bb +++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.14.bb | |||
@@ -8,8 +8,8 @@ HOMEPAGE = "http://mosquitto.org/" | |||
8 | SECTION = "console/network" | 8 | SECTION = "console/network" |
9 | LICENSE = "EPL-2.0 | EDL-1.0" | 9 | 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=9f6accb1afcb570f8be65039e2fcd49e \ |
12 | file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \ | 12 | file://epl-v20;md5=2dd765ca47a05140be15ebafddbeadfe \ |
13 | file://NOTICE.md;md5=a7a91b4754c6f7995020d1b49bc829c6 \ | 13 | file://NOTICE.md;md5=a7a91b4754c6f7995020d1b49bc829c6 \ |
14 | " | 14 | " |
15 | DEPENDS = "uthash cjson" | 15 | DEPENDS = "uthash cjson" |
@@ -19,7 +19,7 @@ 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[sha256sum] = "31cf0065cb431d6f4e57a5f4d56663e839c9d177362eff89582d7cfde191c933" | 22 | SRC_URI[sha256sum] = "d0dde8fdb12caf6e2426b4f28081919a2fce3448773bdb8af0d3cd5fe5776925" |
23 | 23 | ||
24 | inherit systemd update-rc.d useradd cmake pkgconfig | 24 | inherit systemd update-rc.d useradd cmake pkgconfig |
25 | 25 | ||