diff options
author | Peter Kjellerstedt <pkj@axis.com> | 2023-04-05 01:50:43 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-05 15:56:47 -0700 |
commit | 4decf7d0a71c4bc3056349d0c5f5a097d17b1cc0 (patch) | |
tree | 1a1fdfba86827b36e658c8ee4a805a94e7dac17a | |
parent | 506b6c94119c431edb57ccb22456837734970516 (diff) | |
download | meta-openembedded-4decf7d0a71c4bc3056349d0c5f5a097d17b1cc0.tar.gz |
paho-mqtt-c: Improve the license information
Replace the about.html and notice.html files in LIC_FILES_CHKSUM with
the LICENSE file. 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>
-rw-r--r-- | meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb index d006ae7636..7a65582dbe 100644 --- a/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb +++ b/meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.3.12.bb | |||
@@ -5,10 +5,9 @@ SECTION = "console/network" | |||
5 | LICENSE = "EPL-2.0 | EDL-1.0" | 5 | LICENSE = "EPL-2.0 | EDL-1.0" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = " \ | 7 | LIC_FILES_CHKSUM = " \ |
8 | file://LICENSE;md5=fd3b896dadaeec3410d753ffaeadcfac \ | ||
8 | file://edl-v10;md5=3adfcc70f5aeb7a44f3f9b495aa1fbf3 \ | 9 | file://edl-v10;md5=3adfcc70f5aeb7a44f3f9b495aa1fbf3 \ |
9 | file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \ | 10 | file://epl-v20;md5=d9fc0efef5228704e7f5b37f27192723 \ |
10 | file://notice.html;md5=943f861069889acecebf51dfa24478e2 \ | ||
11 | file://about.html;md5=e5662cbb5f8fd5c9faac526e4077898e \ | ||
12 | " | 11 | " |
13 | 12 | ||
14 | SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http;branch=master;protocol=https" | 13 | SRC_URI = "git://github.com/eclipse/paho.mqtt.c;protocol=http;branch=master;protocol=https" |