diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2023-04-05 01:50:44 +0200 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-01 14:20:59 +0200 |
| commit | 4c8901f4fe9ca67895220550815f03a4f4848d18 (patch) | |
| tree | 78861bc9da63a261081f72b4a0f0426bf20f33aa /meta-oe | |
| parent | 616349d9048257389b10216cac0cf76c09a131e2 (diff) | |
| download | meta-openembedded-4c8901f4fe9ca67895220550815f03a4f4848d18.tar.gz | |
paho-mqtt-cpp: Improve the license information
Replace the about.html and notice.html files in LIC_FILES_CHKSUM with
the license information from one of the source files. Including HTML
files in LIC_FILES_CHKSUM complicates things when the license files that
OE collects are, e.g., later processed and presented to a user where the
expectation is that they are plain text files.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 71e75357af45b3c45e09bf8f5ead3c47c0d2d0ff)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.2.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.2.0.bb b/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.2.0.bb index 27c0de4744..bb5aa69077 100644 --- a/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.2.0.bb +++ b/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp_1.2.0.bb | |||
| @@ -5,10 +5,9 @@ SECTION = "console/network" | |||
| 5 | LICENSE = "EPL-1.0 | EDL-1.0" | 5 | LICENSE = "EPL-1.0 | EDL-1.0" |
| 6 | 6 | ||
| 7 | LIC_FILES_CHKSUM = " \ | 7 | LIC_FILES_CHKSUM = " \ |
| 8 | file://src/mqtt/message.h;beginline=9;endline=18;md5=5eec304e6066523386c222963ceeb6ff \ | ||
| 8 | file://edl-v10;md5=3adfcc70f5aeb7a44f3f9b495aa1fbf3 \ | 9 | file://edl-v10;md5=3adfcc70f5aeb7a44f3f9b495aa1fbf3 \ |
| 9 | file://epl-v10;md5=659c8e92a40b6df1d9e3dccf5ae45a08 \ | 10 | file://epl-v10;md5=659c8e92a40b6df1d9e3dccf5ae45a08 \ |
| 10 | file://notice.html;md5=a00d6f9ab542be7babc2d8b80d5d2a4c \ | ||
| 11 | file://about.html;md5=dcde438d73cf42393da9d40fabc0c9bc \ | ||
| 12 | " | 11 | " |
| 13 | 12 | ||
| 14 | SRC_URI = "git://github.com/eclipse/paho.mqtt.cpp;protocol=https;branch=master \ | 13 | SRC_URI = "git://github.com/eclipse/paho.mqtt.cpp;protocol=https;branch=master \ |
